git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix mac build bustage.
[WebKit-https.git]
/
WebCore
/
platform
/
Widget.cpp
diff --git
a/WebCore/platform/Widget.cpp
b/WebCore/platform/Widget.cpp
index 7df98527633756c0c8dee26e1b022a83d206414b..1de54827ab088c1a04463f9d46a7b4b457f92341 100644
(file)
--- a/
WebCore/platform/Widget.cpp
+++ b/
WebCore/platform/Widget.cpp
@@
-100,11
+100,4
@@
bool Widget::isFrameView() const
return false;
}
-IntRect Widget::convertToContainingWindow(const IntRect& rect) const
-{
- IntRect convertedRect = rect;
- convertedRect.setLocation(convertToContainingWindow(convertedRect.location()));
- return convertedRect;
-}
-
}