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

Issue 125246: DevTools: Fix crash on refresh. (Closed)

Created:
11 years, 6 months ago by pfeldman
Modified:
9 years, 7 months ago
Reviewers:
yurys
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

DevTools: Fix crash on refresh. BUG=14221 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=18608

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M webkit/glue/webdevtoolsclient_impl.cc View 1 chunk +3 lines, -2 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
pfeldman
11 years, 6 months ago (2009-06-17 11:28:27 UTC) #1
yurys
11 years, 6 months ago (2009-06-17 11:43:39 UTC) #2
LGTM

http://codereview.chromium.org/125246/diff/1/2
File webkit/glue/webdevtoolsclient_impl.cc (right):

http://codereview.chromium.org/125246/diff/1/2#newcode70
Line 70: if (request.frame && request.frame->attached()) {
it should be if (request.frame.get()...
also put the line above into the if block

Powered by Google App Engine
This is Rietveld 408576698