Index: third_party/WebKit/Source/core/css/CSSValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSValue.h b/third_party/WebKit/Source/core/css/CSSValue.h |
index 05d37db4f740422e1eb9980a24da78c75394057b..854ee05342643974bfa9f7f62426c83dded14a7a 100644 |
--- a/third_party/WebKit/Source/core/css/CSSValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSValue.h |
@@ -43,7 +43,7 @@ |
{ |
ThreadState* state = ThreadStateFor<ThreadingTrait<CSSValue>::Affinity>::state(); |
const char typeName[] = "blink::CSSValue"; |
- return ThreadHeap::allocateOnArenaIndex(state, size, isEager ? BlinkGC::EagerSweepArenaIndex : BlinkGC::CSSValueArenaIndex, GCInfoTrait<CSSValue>::index(), typeName); |
+ return Heap::allocateOnArenaIndex(state, size, isEager ? BlinkGC::EagerSweepArenaIndex : BlinkGC::CSSValueArenaIndex, GCInfoTrait<CSSValue>::index(), typeName); |
} |
String cssText() const; |