| Index: third_party/WebKit/Source/bindings/scripts/code_generator_web_agent_api.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/code_generator_web_agent_api.py b/third_party/WebKit/Source/bindings/scripts/code_generator_web_agent_api.py
|
| index 81e98de6baac1d6e5b12633d85337a5d28cdb52f..96b76aa98107e8eaa98ef800b80dd87cadfcf248 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/code_generator_web_agent_api.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/code_generator_web_agent_api.py
|
| @@ -29,7 +29,7 @@ from name_style_converter import NameStyleConverter
|
|
|
| MODULE_PYNAME = os.path.splitext(os.path.basename(__file__))[0] + '.py'
|
|
|
| -STRING_INCLUDE_PATH = 'wtf/text/WTFString.h'
|
| +STRING_INCLUDE_PATH = 'platform/wtf/text/WTFString.h'
|
| WEB_AGENT_API_IDL_ATTRIBUTE = 'WebAgentAPI'
|
|
|
|
|
|
|