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

Unified Diff: Source/core/css/CSSStyleDeclaration.idl

Issue 1120253002: [bindings] Remove usage of custom binding for namedPropertyQuery of CSSStyleDeclaration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/core/css/CSSStyleDeclaration.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSStyleDeclaration.idl
diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl
index 8107ef5d3905aeb596a7c88989b8936c883c08cf..164fe2c5126581799797549b28ec3f81427b5d2e 100644
--- a/Source/core/css/CSSStyleDeclaration.idl
+++ b/Source/core/css/CSSStyleDeclaration.idl
@@ -44,6 +44,6 @@
// The camel-cased and dashed attribute getters have custom bindings.
// http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute
// http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-dashed-attribute
- [Custom=(PropertyGetter,PropertyQuery)] getter (DOMString or float) (DOMString name);
+ [CallWith=ScriptState, RaisesException, Custom=PropertyGetter] getter (DOMString or float) (DOMString name);
[CallWith=ScriptState, RaisesException] setter void (DOMString property, DOMString? propertyValue);
};
« no previous file with comments | « Source/core/css/CSSStyleDeclaration.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698