Index: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h |
index 6700f008e52a11cd5b7390f903c2230e25d90366..bc9c48a7e659f82fd9db8241ed1305ec89f0c079 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h |
@@ -122,12 +122,12 @@ struct WrapperTypeInfo { |
void wrapperCreated() const |
{ |
- Heap::heapStats().increaseWrapperCount(1); |
+ ThreadHeap::heapStats().increaseWrapperCount(1); |
} |
void wrapperDestroyed() const |
{ |
- ThreadHeapStats& heapStats = Heap::heapStats(); |
+ ThreadHeapStats& heapStats = ThreadHeap::heapStats(); |
heapStats.decreaseWrapperCount(1); |
heapStats.increaseCollectedWrapperCount(1); |
} |