Index: third_party/WebKit/Source/core/frame/History.idl |
diff --git a/third_party/WebKit/Source/core/frame/History.idl b/third_party/WebKit/Source/core/frame/History.idl |
index 0c3ebcf8174cb40734d82ad7625036daabd94ffe..b916330b166d1c411271fe0a2478ce76bd952fc3 100644 |
--- a/third_party/WebKit/Source/core/frame/History.idl |
+++ b/third_party/WebKit/Source/core/frame/History.idl |
@@ -43,5 +43,5 @@ enum ScrollRestoration {"auto", "manual"}; |
// Experimental Scroll Restoration API |
// https://www.chromestatus.com/features/5657284784947200 |
Rick Byers
2015/11/20 02:59:29
unrelated nit: remove (or update) this comment - n
|
- [RuntimeEnabled=ScrollRestoration] attribute ScrollRestoration scrollRestoration; |
+ [RuntimeEnabled=ScrollRestoration, Measure] attribute ScrollRestoration scrollRestoration; |
}; |