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

Unified Diff: Source/core/events/NavigatorEvents.cpp

Issue 879423003: Move Location to DOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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
Index: Source/core/events/NavigatorEvents.cpp
diff --git a/Source/core/events/NavigatorEvents.cpp b/Source/core/events/NavigatorEvents.cpp
index 20a64fc7e3c1dc2c3170a127bbd6673afc1f5f2c..0cf97ea5c7148fe39cf8271cbc58d6f90d6c1b33 100644
--- a/Source/core/events/NavigatorEvents.cpp
+++ b/Source/core/events/NavigatorEvents.cpp
@@ -39,7 +39,7 @@ namespace blink {
long NavigatorEvents::maxTouchPoints(Navigator& navigator)
{
- LocalFrame* frame = navigator.frame();
+ Frame* frame = navigator.frame();
if (!frame)
return 0;
if (Settings* settings = frame->settings())

Powered by Google App Engine
This is Rietveld 408576698