Skip to content

Commit

Permalink
Explicitly set v8_enable_gdbjit_default for v8 overrides.
Browse files Browse the repository at this point in the history
This is a fix for https://codereview.chromium.org/2648383003 where
v8_enable_gdbjit should actually be v8_enable_gdbjit_default. This
was pointed out in the review for https://codereview.chromium.org/2654663003/

BUG=684096
R=machenbach@chromium.org

Review-Url: https://codereview.chromium.org/2652083002
Cr-Commit-Position: refs/heads/master@{#445835}
  • Loading branch information
brettw authored and Commit bot committed Jan 24, 2017
1 parent 025a9d1 commit cc77cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_overrides/v8.gni
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ v8_experimental_extra_library_files =
[ "//third_party/WebKit/Source/core/streams/WritableStream.js" ]

v8_enable_inspector_override = true
v8_enable_gdbjit = false
v8_enable_gdbjit_default = false
v8_imminent_deprecation_warnings_default = false

0 comments on commit cc77cea

Please sign in to comment.