diff options
author | Steve Block <steveblock@google.com> | 2010-05-10 13:28:21 +0100 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-05-11 14:42:14 +0100 |
commit | 0cfd31de936072a6e5a8c23853485006ca7ae36b (patch) | |
tree | 9bd941a8b20c706a65704c8ca6e4253830ede7c9 /WebCore/html/HTMLSelectElement.cpp | |
parent | a7969e1aef2f2fddbfae2026d34c959e8b07e23b (diff) | |
download | external_webkit-0cfd31de936072a6e5a8c23853485006ca7ae36b.zip external_webkit-0cfd31de936072a6e5a8c23853485006ca7ae36b.tar.gz external_webkit-0cfd31de936072a6e5a8c23853485006ca7ae36b.tar.bz2 |
Merge webkit.org at r58033 : Remove call to ScriptDebugServer::topStackFrame() on Android
ScriptDebugServer is guarded with (JAVASCRIPT_DEBUGGER), which is not defined on
Android. An attempt was made in https://bugs.webkit.org/show_bug.cgi?id=38531 to
move ScriptDebugServer::topStackFrame() to ScriptCallStack to avoid the linker
error. However, this causes crashes on Android as our version of the V8 snapshot
is not consistent with this.
This fix is a temporary work-around to avoid the problem by simply not calling
ScriptDebugServer::topStackFrame(). The problem will be fixed properly upstream
when this code is refactored, as described in the WebKit bug.
Change-Id: I3952eed2e56dbb5a6f6204276bd499e79bba2227
Diffstat (limited to 'WebCore/html/HTMLSelectElement.cpp')
0 files changed, 0 insertions, 0 deletions