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

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

Issue 808763003: Add a UseCounter for WebKitCSSMatrix (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years 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/CSSMatrix.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/css/WebKitCSSMatrix.idl
diff --git a/Source/core/css/WebKitCSSMatrix.idl b/Source/core/css/WebKitCSSMatrix.idl
index 8f2dc550795e56ca1d034de99e325e8fb4c31d70..557dc03d5865c2b949fb5bedb3f96cde3199aa31 100644
--- a/Source/core/css/WebKitCSSMatrix.idl
+++ b/Source/core/css/WebKitCSSMatrix.idl
@@ -26,6 +26,7 @@
// Introduced in DOM Level ?:
[
Constructor(optional DOMString cssValue = null),
+ ConstructorCallWith=ExecutionContext,
ImplementedAs=CSSMatrix,
RaisesException=Constructor,
WillBeGarbageCollected
« no previous file with comments | « Source/core/css/CSSMatrix.cpp ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698