Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(940)

Unified Diff: Source/core/frame/History.idl

Issue 1013823005: Remove custom implementation of History.state attribute getter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/frame/History.idl
diff --git a/Source/core/frame/History.idl b/Source/core/frame/History.idl
index 8d12e48ead324305db9e2e1f0b72b8b5b5ab45ce..ee9c0ef9efcbc3c1adb7dbc60a7d0cef571680cd 100644
--- a/Source/core/frame/History.idl
+++ b/Source/core/frame/History.idl
@@ -27,7 +27,7 @@
WillBeGarbageCollected,
] interface History {
readonly attribute unsigned long length;
- [Custom=Getter] readonly attribute SerializedScriptValue state;
+ [CachedAttribute=stateChanged] readonly attribute SerializedScriptValue state;
[CallWith=ExecutionContext] void back();
[CallWith=ExecutionContext] void forward();

Powered by Google App Engine
This is Rietveld 408576698