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

Unified Diff: core/dom/Attr.idl

Issue 126143003: Update IDL to Chrome 32 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Add new files Created 6 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
« no previous file with comments | « core/css/WebKitCSSRegionRule.idl ('k') | core/dom/AutocompleteErrorEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/Attr.idl
diff --git a/core/dom/Attr.idl b/core/dom/Attr.idl
index 0dcdb021712e0585ad8b1e471bd96a4ddb7b09ff..8494da41e76a94c73a7506c6eb5feedab8df97ff 100644
--- a/core/dom/Attr.idl
+++ b/core/dom/Attr.idl
@@ -24,17 +24,17 @@ interface Attr : Node {
[TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
- readonly attribute boolean specified;
+ [MeasureAs=AttributeSpecified] readonly attribute boolean specified;
- [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks=Enable] attribute DOMString value;
+ [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException, CustomElementCallbacks] attribute DOMString value;
// DOM Level 2
- readonly attribute Element ownerElement;
+ [MeasureAs=AttributeOwnerElement] readonly attribute Element ownerElement;
// DOM Level 3
- readonly attribute boolean isId;
+ [MeasureAs=AttributeIsId] readonly attribute boolean isId;
// DOM 4
« no previous file with comments | « core/css/WebKitCSSRegionRule.idl ('k') | core/dom/AutocompleteErrorEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698