| Index: third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| index dbfaf42eb4e608491a8a09dd5daac3acacc2ac18..e63390825c7e0ab014ec15b4b0db6abd369f22c2 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_interface.py
|
| @@ -126,11 +126,6 @@ def interface_context(interface):
|
| is_global = ('PrimaryGlobal' in extended_attributes or
|
| 'Global' in extended_attributes)
|
|
|
| - # [MeasureAs]
|
| - is_measure_as = 'MeasureAs' in extended_attributes
|
| - if is_measure_as:
|
| - includes.add('core/frame/UseCounter.h')
|
| -
|
| # [SetWrapperReferenceFrom]
|
| set_wrapper_reference_from = extended_attributes.get('SetWrapperReferenceFrom')
|
| if set_wrapper_reference_from:
|
|
|