-
commit-queue@webkit.org authored
[V8] Increment the amount of externally allocated memory for the receiving V8 isolate when transferring ArrayBuffer https://bugs.webkit.org/show_bug.cgi?id=94463 Patch by Ulan Degenbaev <ulan@chromium.org> on 2012-11-16 Reviewed by Kentaro Hara. Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer is deserialized and transferred. .: * ManualTests/typed-array-memory.html: Source/WebCore: Test: ManualTests/typed-array-memory.html * bindings/v8/SerializedScriptValue.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@134934 268f45cc-cd09-0410-ab3c-d52691b4dbfc
commit-queue@webkit.org authored[V8] Increment the amount of externally allocated memory for the receiving V8 isolate when transferring ArrayBuffer https://bugs.webkit.org/show_bug.cgi?id=94463 Patch by Ulan Degenbaev <ulan@chromium.org> on 2012-11-16 Reviewed by Kentaro Hara. Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer is deserialized and transferred. .: * ManualTests/typed-array-memory.html: Source/WebCore: Test: ManualTests/typed-array-memory.html * bindings/v8/SerializedScriptValue.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@134934 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Loading