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

Unified Diff: Source/core/dom/Element.idl

Issue 688333002: Remove the Element.prefix setter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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/dom/Element.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index 6f405f3e420c93922c8dc46fab32ded74b769d9f..141be7bad8f6b83c851c80f87e0272df04fcd353 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -52,7 +52,7 @@ interface Element : Node {
// DOM4
[Reflect] attribute DOMString id;
readonly attribute DOMString? namespaceURI;
- [RaisesException=Setter] attribute DOMString? prefix;
+ readonly attribute DOMString? prefix;
readonly attribute DOMString? localName;
[RaisesException] boolean matches(DOMString selectors);
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698