Chromium Code Reviews| Index: Source/core/dom/Element.cpp |
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
| index f00b7e2fb01c424e23abf082d28031f9705f06b2..5e6a9a0d4946d23d3be1134684f218f3695f11af 100644 |
| --- a/Source/core/dom/Element.cpp |
| +++ b/Source/core/dom/Element.cpp |
| @@ -597,7 +597,7 @@ int Element::offsetHeight() |
| return 0; |
| } |
| -Element* Element::bindingsOffsetParent() |
| +Element* Element::offsetParentForBindings() |
| { |
| Element* element = offsetParent(); |
| if (!element || !element->isInShadowTree()) |