Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperties.h

Issue 2416843002: Implement FetchEvent.navigationPreload (Closed)
Patch Set: stop using nullable promise Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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

Powered by Google App Engine