| Index: third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| index a0fe9ae7e098091c3d9439b6c020ff1a5a437c4f..69e97890c176f1fde6451075fe645ebe62d91374 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py
|
| @@ -135,8 +135,6 @@ def for_origin_trial_feature(items, feature_name):
|
| ################################################################################
|
|
|
| def scoped_name(interface, definition, base_name):
|
| - if 'ImplementedInPrivateScript' in definition.extended_attributes:
|
| - return '%s::PrivateScript::%s' % (v8_class_name(interface), base_name)
|
| # partial interfaces are implemented as separate classes, with their members
|
| # implemented as static member functions
|
| partial_interface_implemented_as = definition.extended_attributes.get('PartialInterfaceImplementedAs')
|
|
|