X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/runtime/ArrayBuffer.cpp diff --git a/runtime/ArrayBuffer.cpp b/runtime/ArrayBuffer.cpp index 02fe949..f78a0c0 100644 --- a/runtime/ArrayBuffer.cpp +++ b/runtime/ArrayBuffer.cpp @@ -57,7 +57,7 @@ bool ArrayBuffer::transfer(ArrayBufferContents& result) if (JSArrayBufferView* view = jsDynamicCast(cell)) view->neuter(); else if (ArrayBufferNeuteringWatchpoint* watchpoint = jsDynamicCast(cell)) - watchpoint->set()->fireAll(); + watchpoint->fireAll(); } return true; }