Index: third_party/WebKit/Source/bindings/scripts/v8_methods.py |
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_methods.py b/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
index 32900712025a32bf294dbf99c444c34891b063ff..d515fbf5eacb0660af5fd8cf403b9ec8953f7a6b 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_methods.py |
@@ -387,6 +387,8 @@ def cpp_value(interface, method, number_of_arguments): |
if method.name == 'Constructor': |
base_name = 'create' |
+ elif method.name == 'HTMLConstructor': |
+ base_name = 'HTMLConstructor' |
elif method.name == 'NamedConstructor': |
base_name = 'createForJSConstructor' |
elif 'ImplementedInPrivateScript' in method.extended_attributes: |