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

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

Issue 2485113002: Remove currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed)
Patch Set: Created 4 years, 1 month 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 01795c2571d81ffdeef389f4a5d068de43046120..0a67fefbac501626bf58cf846f5aebba40f2e90d 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -635,8 +635,6 @@ class CORE_EXPORT UseCounter {
TextInputFired = 830,
V8TextEvent_Data_AttributeGetter = 831,
V8TextEvent_InitTextEvent_Method = 832,
- V8SVGSVGElement_UseCurrentView_AttributeGetter = 833,
- V8SVGSVGElement_CurrentView_AttributeGetter = 834,
ClientHintsDPR = 835,
ClientHintsResourceWidth = 836,
ClientHintsViewportWidth = 837,

Powered by Google App Engine
This is Rietveld 408576698