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

Unified Diff: Source/core/dom/Element.idl

Issue 994903003: Merge Element::offsetParentForBindings() into offsetParent() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 9 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
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.idl
diff --git a/Source/core/dom/Element.idl b/Source/core/dom/Element.idl
index c96f526d73204d95aa151d5b153995c69d2d7a2c..278b83e8a8541747f0640940e207f1ced7887620 100644
--- a/Source/core/dom/Element.idl
+++ b/Source/core/dom/Element.idl
@@ -97,7 +97,7 @@
readonly attribute long clientHeight;
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface
// FIXME: offset* should only be on HTMLElement.
- [MeasureAs=ElementOffsetParent, ImplementedAs=offsetParentForBindings, PerWorldBindings] readonly attribute Element? offsetParent;
+ [MeasureAs=ElementOffsetParent, PerWorldBindings] readonly attribute Element? offsetParent;
[MeasureAs=ElementOffsetTop] readonly attribute long offsetTop;
[MeasureAs=ElementOffsetLeft] readonly attribute long offsetLeft;
[MeasureAs=ElementOffsetWidth] readonly attribute long offsetWidth;
« no previous file with comments | « Source/core/dom/Element.cpp ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698