Chromium Code Reviews

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

Issue 427563002: Remove HTMLFrameElement.width/height (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix tests Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 29d2fd63c11d073b63c606fcf068846b04b35911..9bcf7ec14a3b92dbdc38f1860ec22e8c45c09e0a 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -388,8 +388,6 @@ public:
ElementScrollByPages = 391,
RangeCompareNode = 392,
RangeExpand = 393,
- HTMLFrameElementWidth = 394,
- HTMLFrameElementHeight = 395,
HTMLImageElementX = 396,
HTMLImageElementY = 397,
HTMLOptionsCollectionRemoveElement = 398,
« no previous file with comments | « LayoutTests/fast/frames/resources/frame-programmatic-resize.js ('k') | Source/core/html/HTMLFrameElement.idl » ('j') | no next file with comments »

Powered by Google App Engine