Title: [143747] trunk/Source/WebCore
- Revision
- 143747
- Author
- [email protected]
- Date
- 2013-02-22 10:07:36 -0800 (Fri, 22 Feb 2013)
Log Message
Unreviewed build-fix after r143744.
* dom/Document.cpp:
(WebCore::Document::updateHoverActiveState):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (143746 => 143747)
--- trunk/Source/WebCore/ChangeLog 2013-02-22 18:05:32 UTC (rev 143746)
+++ trunk/Source/WebCore/ChangeLog 2013-02-22 18:07:36 UTC (rev 143747)
@@ -1,3 +1,10 @@
+2013-02-22 Allan Sandfeld Jensen <[email protected]>
+
+ Unreviewed build-fix after r143744.
+
+ * dom/Document.cpp:
+ (WebCore::Document::updateHoverActiveState):
+
2013-02-22 Andrey Adaikin <[email protected]>
Web Inspector: [Canvas] throttle replayTraceLog messages to backend
Modified: trunk/Source/WebCore/dom/Document.cpp (143746 => 143747)
--- trunk/Source/WebCore/dom/Document.cpp 2013-02-22 18:05:32 UTC (rev 143746)
+++ trunk/Source/WebCore/dom/Document.cpp 2013-02-22 18:07:36 UTC (rev 143747)
@@ -5804,8 +5804,8 @@
return;
Element* innerElementInDocument = result.innerElement();
- while (innerNodeInDocument && innerNodeInDocument->document() != this)
- innerNodeInDocument = innerNodeInDocument->document()->ownerElement();
+ while (innerElementInDocument && innerElementInDocument->document() != this)
+ innerElementInDocument = innerElementInDocument->document()->ownerElement();
Element* oldActiveElement = activeElement();
if (oldActiveElement && !request.active()) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes