| Index: third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface_base.cpp b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| index 00c0f57115da1c6bd7dbcb82d578c92691fcb423..c242de81831bb596d08a86cca719f4f9883c814f 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| @@ -301,7 +301,7 @@ static void install{{v8_class}}Template(v8::Local<v8::FunctionTemplate> interfac
|
| {% if interface_name == 'Window' %}{{newline}}
|
| prototypeTemplate->SetInternalFieldCount(V8Window::internalFieldCount);
|
| {% endif %}
|
| - {% if is_global or interface_name == 'HTMLDocument' %}{{newline}}
|
| + {% if is_global %}{{newline}}
|
| interfaceTemplate->SetHiddenPrototype(true);
|
| {% endif %}
|
| {% endif %}
|
|
|