Index: third_party/WebKit/Source/bindings/scripts/v8_types.py |
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_types.py b/third_party/WebKit/Source/bindings/scripts/v8_types.py |
index e986398b797bc26638430afc634303c286e96e95..8e1b3e02262d9ab8f94ff1106df4674826875e6b 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_types.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_types.py |
@@ -377,8 +377,8 @@ INCLUDES_FOR_TYPE = { |
'core/dom/StaticNodeList.h', |
'core/html/LabelsNodeList.h']), |
'Promise': set(['bindings/core/v8/ScriptPromise.h']), |
- 'SerializedScriptValue': set(['bindings/core/v8/SerializedScriptValue.h', |
- 'bindings/core/v8/SerializedScriptValueFactory.h']), |
+ 'SerializedScriptValue': set(['bindings/core/v8/serialization/SerializedScriptValue.h', |
+ 'bindings/core/v8/serialization/SerializedScriptValueFactory.h']), |
'ScriptValue': set(['bindings/core/v8/ScriptValue.h']), |
} |