Title: [135214] branches/chromium/1312/Source/WebKit/chromium/src/WebViewImpl.cpp
- Revision
- 135214
- Author
- [email protected]
- Date
- 2012-11-19 16:44:42 -0800 (Mon, 19 Nov 2012)
Log Message
Merge 133009
BUG=158707
Review URL: https://codereview.chromium.org/11420084
Modified Paths
Diff
Modified: branches/chromium/1312/Source/WebKit/chromium/src/WebViewImpl.cpp (135213 => 135214)
--- branches/chromium/1312/Source/WebKit/chromium/src/WebViewImpl.cpp 2012-11-20 00:39:07 UTC (rev 135213)
+++ branches/chromium/1312/Source/WebKit/chromium/src/WebViewImpl.cpp 2012-11-20 00:44:42 UTC (rev 135214)
@@ -1437,9 +1437,6 @@
m_pagePopup->closePopup();
m_pagePopup = 0;
}
-
- if (Frame* frame = focusedWebCoreFrame())
- frame->selection()->setCaretVisible(false);
return m_pagePopup.get();
}
@@ -1452,9 +1449,6 @@
return;
m_pagePopup->closePopup();
m_pagePopup = 0;
-
- if (Frame* frame = focusedWebCoreFrame())
- frame->selection()->pageActivationChanged();
}
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes