| 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;
|
| };
|
| -
|
|
|