| Index: third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| index 62e15c0abec99387aa47d35f2c33bc03e17e9a69..4afc6d700ba6cc5880a2793a4fe5611324c2634f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| @@ -222,6 +222,7 @@ class CORE_EXPORT V8DOMConfiguration final {
|
| unsigned exposeConfiguration : 1; // ExposeConfiguration
|
| unsigned
|
| propertyLocationConfiguration : 3; // PropertyLocationConfiguration
|
| + unsigned holderCheckConfiguration : 1; // HolderCheckConfiguration
|
| };
|
|
|
| struct SymbolKeyedMethodConfiguration {
|
| @@ -243,6 +244,7 @@ class CORE_EXPORT V8DOMConfiguration final {
|
| unsigned exposeConfiguration : 1; // ExposeConfiguration
|
| unsigned
|
| propertyLocationConfiguration : 3; // PropertyLocationConfiguration
|
| + unsigned holderCheckConfiguration : 1; // HolderCheckConfiguration
|
| };
|
|
|
| static void installMethods(v8::Isolate*,
|
|
|