X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/runtime/ArrayBuffer.cpp?ds=sidebyside

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<JSArrayBufferView*>(cell))
             view->neuter();
         else if (ArrayBufferNeuteringWatchpoint* watchpoint = jsDynamicCast<ArrayBufferNeuteringWatchpoint*>(cell))
-            watchpoint->set()->fireAll();
+            watchpoint->fireAll();
     }
     return true;
 }