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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1607653002: Remove getComputedStyle(e).css* properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary property name prefix check Created 4 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
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 338db02e52f226a97585e4ed89fea84e4e8bef1a..76a54a4000b9b43141f35a7b79158f2a371d8076 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -468,7 +468,6 @@ public:
NotificationSecureOrigin = 563,
NotificationInsecureOrigin = 564,
NotificationShowEvent = 565,
- CSSXGetComputedStyleQueries = 566,
SVGTransformListConsolidate = 569,
SVGAnimatedTransformListBaseVal = 570,
QuotedAnimationName = 571,

Powered by Google App Engine
This is Rietveld 408576698