| 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 a36563ef24757661e63abcabf413ff9b5603d0b8..fa25d78b9af148f82ad3de18e6ffc03f4a9b11e5 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.h
|
| @@ -244,6 +244,7 @@ class CORE_EXPORT V8DOMConfiguration final {
|
| unsigned exposeConfiguration : 1; // ExposeConfiguration
|
| unsigned
|
| propertyLocationConfiguration : 3; // PropertyLocationConfiguration
|
| + unsigned holderCheckConfiguration : 1; // HolderCheckConfiguration
|
| };
|
|
|
| struct SymbolKeyedMethodConfiguration {
|
| @@ -265,6 +266,7 @@ class CORE_EXPORT V8DOMConfiguration final {
|
| unsigned exposeConfiguration : 1; // ExposeConfiguration
|
| unsigned
|
| propertyLocationConfiguration : 3; // PropertyLocationConfiguration
|
| + unsigned holderCheckConfiguration : 1; // HolderCheckConfiguration
|
| };
|
|
|
| static void installMethods(v8::Isolate*,
|
|
|