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

Unified Diff: core/dom/Notation.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: 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 | « core/dom/KeyboardEvent.idl ('k') | core/dom/Promise.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Notation.idl
diff --git a/core/dom/Notation.idl b/core/dom/Notation.idl
index 4ac628f051e53bcd8995db85ca91186016f1c229..5ad13ec9b21b260795158ffc6da3313d3dc3ac56 100644
--- a/core/dom/Notation.idl
+++ b/core/dom/Notation.idl
@@ -17,8 +17,9 @@
* Boston, MA 02110-1301, USA.
*/
+// FIXME: Remove Notation interface. We never create Notation objects. We have
+// this interface to provide window.Notation.
interface Notation : Node {
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString publicId;
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString systemId;
+ // We don't need to provide any attributes.
};
« no previous file with comments | « core/dom/KeyboardEvent.idl ('k') | core/dom/Promise.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698