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

Issue 28024: Add a check for empty handle in V8Proxy::GetSourceLineNumber()... (Closed)

Created:
11 years, 10 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add a check for empty handle in V8Proxy::GetSourceLineNumber() If an exception occours in some of the code used to locate the line number of the source on the top stack frame an empty handle will be returned and using Int32Value on it will cause a crash. As of now I have not been able to find a case where an exception to happens though. BUG=7912 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10253

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M webkit/port/bindings/v8/v8_proxy.cpp View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Søren Thygesen Gjesse
11 years, 10 months ago (2009-02-23 14:47:51 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698