| Index: third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| index ea844fd21b364f65d7004254d917d59207b0de2a..54ebb949e0af5a5516ebd71f15abb5ae8907705b 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMConfiguration.cpp
|
| @@ -574,8 +574,9 @@ void V8DOMConfiguration::initializeDOMInterfaceTemplate(
|
| if (!parentInterfaceTemplate.IsEmpty()) {
|
| interfaceTemplate->Inherit(parentInterfaceTemplate);
|
| // Marks the prototype object as one of native-backed objects.
|
| - // This is needed since bug 110436 asks WebKit to tell native-initiated prototypes from pure-JS ones.
|
| - // This doesn't mark kinds "root" classes like Node, where setting this changes prototype chain structure.
|
| + // This is needed since bug 110436 asks WebKit to tell native-initiated
|
| + // prototypes from pure-JS ones. This doesn't mark kinds "root" classes
|
| + // like Node, where setting this changes prototype chain structure.
|
| prototypeTemplate->SetInternalFieldCount(v8PrototypeInternalFieldcount);
|
| }
|
| }
|
|
|