| Index: third_party/WebKit/Source/bindings/scripts/v8_callback_function.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_callback_function.py b/third_party/WebKit/Source/bindings/scripts/v8_callback_function.py
|
| index d5c5ee8aaa868c6e616d14c6fd966529a3cf00e1..525192f669beabe080476a840ed4dcbb787b02fb 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_callback_function.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_callback_function.py
|
| @@ -11,8 +11,8 @@ from v8_globals import includes # pylint: disable=W0403
|
| import v8_utilities # pylint: disable=W0403
|
|
|
| CALLBACK_FUNCTION_H_INCLUDES = frozenset([
|
| - 'bindings/core/v8/ScopedPersistent.h',
|
| 'bindings/core/v8/ScriptWrappable.h',
|
| + 'bindings/core/v8/TraceWrapperV8Reference.h',
|
| 'platform/heap/Handle.h',
|
| 'wtf/text/WTFString.h',
|
| ])
|
|
|