diff options
| author | Steve Block <steveblock@google.com> | 2010-05-17 14:07:16 +0100 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2010-05-17 14:07:16 +0100 |
| commit | caef03e9f75ead86e7f7cc5b144044dce5a58bd0 (patch) | |
| tree | 6f7e42264cd99c79475d377ad91d65ef3227ac4e /Android.v8common.mk | |
| parent | 58bf6b4d4afb248a1650eb0500cf2e2fee4c8b80 (diff) | |
| download | android_external_v8-caef03e9f75ead86e7f7cc5b144044dce5a58bd0.tar.gz android_external_v8-caef03e9f75ead86e7f7cc5b144044dce5a58bd0.tar.bz2 android_external_v8-caef03e9f75ead86e7f7cc5b144044dce5a58bd0.zip | |
Add liveedit-debugger.js to the list of JS library files in the snapshot
This fixes a crash in the WebKit layout tests due to a failure in
Debug::ClearMirrorCache() when attempting to call the JS ClearMirrorCache()
function.
Bug: 2689013
Change-Id: I68acf34c2132a51491e974cb561280aa83ef6260
Diffstat (limited to 'Android.v8common.mk')
| -rw-r--r-- | Android.v8common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.v8common.mk b/Android.v8common.mk index 75a5247b..d8f12bc9 100644 --- a/Android.v8common.mk +++ b/Android.v8common.mk @@ -142,4 +142,5 @@ V8_LOCAL_JS_LIBRARY_FILES := \ src/json.js \ src/mirror-debugger.js \ src/debug-debugger.js \ + src/liveedit-debugger.js \ src/macros.py |
