OSDN Git Service

Merge "Removing tests that pass after a v8 merge"
[android-x86/external-webkit.git] / WebCore / bindings / js / JSLocationCustom.cpp
index 09e7294..b00249f 100644 (file)
@@ -313,7 +313,7 @@ JSValue JSLocation::reload(ExecState* exec)
         return jsUndefined();
 
     if (!protocolIsJavaScript(frame->loader()->url()))
-        frame->redirectScheduler()->scheduleRefresh(processingUserGesture());
+        frame->navigationScheduler()->scheduleRefresh();
     return jsUndefined();
 }