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

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

Issue 26547005: IDL compiler: [PerContextEnabled] for getters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reupload 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 | « Source/bindings/v8/custom/V8HTMLImageElementConstructor.cpp ('k') | Source/core/page/WindowPagePopup.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/History.idl
diff --git a/Source/core/frame/History.idl b/Source/core/frame/History.idl
index 9f76ce13ea5d27e84c18765cb210abfc2ad88e88..2b8cce4d93a4ef1fd5cc887acf1584c61b0138cc 100644
--- a/Source/core/frame/History.idl
+++ b/Source/core/frame/History.idl
@@ -31,6 +31,6 @@ interface History {
[CallWith=ExecutionContext] void forward();
[CallWith=ExecutionContext] void go([Default=Undefined] optional long distance);
- [Custom, PerContextEnabled=pushState, RaisesException] void pushState(any data, DOMString title, optional DOMString url);
- [Custom, PerContextEnabled=pushState, RaisesException] void replaceState(any data, DOMString title, optional DOMString url);
+ [Custom, PerContextEnabled=PushState, RaisesException] void pushState(any data, DOMString title, optional DOMString url);
+ [Custom, PerContextEnabled=PushState, RaisesException] void replaceState(any data, DOMString title, optional DOMString url);
};
« no previous file with comments | « Source/bindings/v8/custom/V8HTMLImageElementConstructor.cpp ('k') | Source/core/page/WindowPagePopup.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698