Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperties.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperties.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperties.h |
index 2361cd701bce7396297505b710c91bac0d493a97..4cc9103fe362a7707e4429a7959d122affd78cf5 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperties.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperties.h |
@@ -12,6 +12,7 @@ |
P(Finished##__VA_ARGS__) \ |
P(Loaded##__VA_ARGS__) \ |
P(Released##__VA_ARGS__) \ |
- P(UserChoice##__VA_ARGS__) |
+ P(UserChoice##__VA_ARGS__) \ |
+ P(PreloadResponse##__VA_ARGS__) |
#endif // ScriptPromiseProperties_h |