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

Issue 2915643002: Fix IntelliJ debugging from returning scriptFailedToParse. (Closed)

Created:
3 years, 6 months ago by terry
Modified:
3 years, 6 months ago
Reviewers:
Jacob
CC:
reviews+dom_dartlang.org, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/heads/releases/2661_work
Visibility:
Public.

Description

Fix IntelliJ debugging from returning scriptFailedToParse. Part of Chromium 50 merge was a flipped sense because of an enum e.g., enum CompileResult { CompileSuccess, CompileError }; boolean is opposite sense success was 0 (CompileSuccess) and failure was 1 (CompileError). Now everything is consistent. BUG=29640 TBR=jacobr@google.com Committed: https://src.chromium.org/viewvc/chrome/branches/dart/dartium/src?view=rev&revision=67146b50bbc0dab33006c51b5dde056ee16f0f2b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/WebKit/Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (1 generated)
terry
Committed patchset #1 (id:1) manually as 67146b50bbc0dab33006c51b5dde056ee16f0f2b.
3 years, 6 months ago (2017-05-30 20:55:42 UTC) #2
Jacob
3 years, 6 months ago (2017-05-30 20:58:07 UTC) #3
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698