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

Unified Diff: third_party/WebCore/page/DOMWindowPagePopup.idl

Issue 10513011: Roll IDL to multivm@576 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | « third_party/WebCore/page/DOMWindow.idl ('k') | third_party/WebCore/page/PagePopupController.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/page/DOMWindowPagePopup.idl
diff --git a/third_party/WebCore/html/shadow/HTMLShadowElement.idl b/third_party/WebCore/page/DOMWindowPagePopup.idl
similarity index 88%
copy from third_party/WebCore/html/shadow/HTMLShadowElement.idl
copy to third_party/WebCore/page/DOMWindowPagePopup.idl
index 94facb7bea44be8b703058505b0ee74687f4fe34..aa477a11115976fbc4a9b358f2eb9e0234f18376 100644
--- a/third_party/WebCore/html/shadow/HTMLShadowElement.idl
+++ b/third_party/WebCore/page/DOMWindowPagePopup.idl
@@ -28,12 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module html {
-
+module window {
interface [
- Conditional=SHADOW_DOM,
- V8EnabledAtRuntime=shadowDOM
- ] HTMLShadowElement : HTMLElement {
+ Conditional=PAGE_POPUP,
+ Supplemental=DOMWindow
+ ] DOMWindowPagePopup {
+ readonly attribute [V8EnabledPerContext=pagePopup] PagePopupController pagePopupController;
};
-
}
« no previous file with comments | « third_party/WebCore/page/DOMWindow.idl ('k') | third_party/WebCore/page/PagePopupController.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698