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

Unified Diff: css/CSSStyleDeclaration.idl

Issue 14107003: Update WebKit IDLs after chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: reupload again. Created 7 years, 8 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 | « css/CSSRuleList.idl ('k') | css/CSSValue.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: css/CSSStyleDeclaration.idl
diff --git a/css/CSSStyleDeclaration.idl b/css/CSSStyleDeclaration.idl
index ba544ac146b08e36b580a9d173e793b582621d55..7cb369093e5ac27d545aede21f46e4f8c27a0b25 100644
--- a/css/CSSStyleDeclaration.idl
+++ b/css/CSSStyleDeclaration.idl
@@ -20,10 +20,6 @@
// Introduced in DOM Level 2:
[
- JSCustomHeader,
- JSCustomMarkFunction,
- JSGenerateIsReachable,
- JSCustomGetOwnPropertySlotAndDescriptor,
CustomNamedSetter,
#if defined(V8_BINDING) && V8_BINDING
NamedGetter,
@@ -37,7 +33,7 @@
setter raises(DOMException);
[TreatReturnedNullStringAs=Null] DOMString getPropertyValue(in [Optional=DefaultIsUndefined] DOMString propertyName);
- [JSCustom] CSSValue getPropertyCSSValue(in [Optional=DefaultIsUndefined] DOMString propertyName);
+ CSSValue getPropertyCSSValue(in [Optional=DefaultIsUndefined] DOMString propertyName);
[TreatReturnedNullStringAs=Null] DOMString removeProperty(in [Optional=DefaultIsUndefined] DOMString propertyName)
raises(DOMException);
[TreatReturnedNullStringAs=Null] DOMString getPropertyPriority(in [Optional=DefaultIsUndefined] DOMString propertyName);
« no previous file with comments | « css/CSSRuleList.idl ('k') | css/CSSValue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698