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

Unified Diff: Source/core/page/WindowPagePopup.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/core/frame/History.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/WindowPagePopup.idl
diff --git a/Source/core/page/WindowPagePopup.idl b/Source/core/page/WindowPagePopup.idl
index e7ef1eb28d1899f29e584a05fa6a28ee0f01be82..e4b583934483b79e2b3c5dee4209777d0d6fa9fe 100644
--- a/Source/core/page/WindowPagePopup.idl
+++ b/Source/core/page/WindowPagePopup.idl
@@ -32,5 +32,5 @@
RuntimeEnabled=PagePopup,
ImplementedAs=DOMWindowPagePopup
] partial interface Window {
- [PerContextEnabled=pagePopup] readonly attribute PagePopupController pagePopupController;
+ [PerContextEnabled=PagePopup] readonly attribute PagePopupController pagePopupController;
};
« no previous file with comments | « Source/core/frame/History.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698