Commit 6b47d1d3 authored by dgozman@chromium.org's avatar dgozman@chromium.org

[DevTools] Fix WebInspector.reload regressed in r185127.

BUG=431697

Review URL: https://codereview.chromium.org/733473002

git-svn-id: svn://svn.chromium.org/blink/trunk@185376 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent c7dec323
...@@ -611,7 +611,7 @@ WebInspector.Main.prototype = { ...@@ -611,7 +611,7 @@ WebInspector.Main.prototype = {
WebInspector.reload = function() WebInspector.reload = function()
{ {
InspectorAgent.reset(); InspectorAgent.reset();
window.location.reload(); window.top.location.reload();
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment