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

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

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
Index: Source/core/css/CSSStyleDeclaration.h
diff --git a/Source/core/css/CSSStyleDeclaration.h b/Source/core/css/CSSStyleDeclaration.h
index b6a3f3e4b88220f4e5e0dab07b55dfcae3c4188e..be5ce4a0be1d81bae44b1a9e2a52ffb469da9614 100644
--- a/Source/core/css/CSSStyleDeclaration.h
+++ b/Source/core/css/CSSStyleDeclaration.h
@@ -72,6 +72,7 @@ public:
virtual CSSStyleSheet* parentStyleSheet() const { return 0; }
virtual bool anonymousNamedSetter(ScriptState*, const String& name, const String& value, ExceptionState&);
virtual void namedPropertyEnumerator(Vector<String>& names, ExceptionState&);
+ virtual bool namedPropertyQuery(ScriptState*, const AtomicString& name, ExceptionState&);
DEFINE_INLINE_VIRTUAL_TRACE() { }
« no previous file with comments | « Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp ('k') | Source/core/css/CSSStyleDeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698