Commit 525c1794 authored by akos.palfi's avatar akos.palfi Committed by Commit bot

Fix build with GCC 4.6.

Fix build with GCC 4.6 after 158a8765.

BUG=

Review URL: https://codereview.chromium.org/908713002

Cr-Commit-Position: refs/heads/master@{#26513}
parent 91d90543
......@@ -821,7 +821,7 @@ enum FunctionKind {
kAccessorFunction = 1 << 3,
kDefaultConstructor = 1 << 4,
kSubclassConstructor = 1 << 5,
kBaseConstructor = 1 << 6,
kBaseConstructor = 1 << 6
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment