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

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameletElement.idl

Issue 1602663003: Framelet Prototype 2016 using Mojo IPC Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Disabled oilpan Created 4 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
Index: third_party/WebKit/Source/core/html/HTMLFrameletElement.idl
diff --git a/third_party/WebKit/Source/core/dom/CDATASection.idl b/third_party/WebKit/Source/core/html/HTMLFrameletElement.idl
similarity index 83%
copy from third_party/WebKit/Source/core/dom/CDATASection.idl
copy to third_party/WebKit/Source/core/html/HTMLFrameletElement.idl
index d672cce6b0d2d118a740c029a1c0ae01fc2b8c9c..47cdbe8a09d294ecc2dbf354d9e63036524f652d 100644
--- a/third_party/WebKit/Source/core/dom/CDATASection.idl
+++ b/third_party/WebKit/Source/core/html/HTMLFrameletElement.idl
@@ -1,4 +1,5 @@
/*
+ * Copyright (C) 2006, 2007, 2009, 2010 Apple Inc. All rights reserved.
* Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
*
* This library is free software; you can redistribute it and/or
@@ -17,9 +18,6 @@
* Boston, MA 02110-1301, USA.
*/
-// https://dom.spec.whatwg.org/#cdatasection
-
-// FIXME: CDATASection has been removed from the spec. crbug.com/437205
-interface CDATASection : Text {
+interface HTMLFrameletElement : HTMLElement {
+ [Reflect, URL] attribute DOMString src;
};
-
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLFrameletElement.cpp ('k') | third_party/WebKit/Source/core/html/HTMLTagNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698