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

Unified Diff: Source/core/page/WindowPagePopup.idl

Issue 130943004: Regularize extended attributes on partial interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/events/NavigatorEvents.idl ('k') | Source/core/xml/DocumentXPathEvaluator.idl » ('j') | 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 e4b583934483b79e2b3c5dee4209777d0d6fa9fe..0b81785c63ebb6e718fa846723fd91f8561839c7 100644
--- a/Source/core/page/WindowPagePopup.idl
+++ b/Source/core/page/WindowPagePopup.idl
@@ -29,8 +29,9 @@
*/
[
+ ImplementedAs=DOMWindowPagePopup,
+ PerContextEnabled=PagePopup,
RuntimeEnabled=PagePopup,
- ImplementedAs=DOMWindowPagePopup
] partial interface Window {
- [PerContextEnabled=PagePopup] readonly attribute PagePopupController pagePopupController;
+ readonly attribute PagePopupController pagePopupController;
};
« no previous file with comments | « Source/core/events/NavigatorEvents.idl ('k') | Source/core/xml/DocumentXPathEvaluator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698