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

Unified Diff: core/page/History.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 2 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
« no previous file with comments | « core/page/ConsoleBase.idl ('k') | core/page/Navigator.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/History.idl
diff --git a/core/page/History.idl b/core/page/History.idl
index 40e6648da9be29fad1922e94f67a8e2f7feeb6a2..d20cc890f1d8f690e6e9a76074550fdf92d9ca26 100644
--- a/core/page/History.idl
+++ b/core/page/History.idl
@@ -25,7 +25,7 @@
interface History {
readonly attribute unsigned long length;
- [CachedAttribute, Custom] readonly attribute SerializedScriptValue state;
+ [Custom] readonly attribute SerializedScriptValue state;
[CallWith=ScriptExecutionContext] void back();
[CallWith=ScriptExecutionContext] void forward();
« no previous file with comments | « core/page/ConsoleBase.idl ('k') | core/page/Navigator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698