Index: third_party/WebKit/Source/core/paint/PaintLayer.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.cpp b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
index 732546f8d4907f780ca9d272f37c741b3f9649e8..9b376ae5332f14816ca5dc0701d2faf86c1c9db2 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
@@ -1230,7 +1230,7 @@ void* PaintLayer::operator new(size_t sz) { |
} |
void PaintLayer::operator delete(void* ptr) { |
- partitionFree(ptr); |
+ WTF::partitionFree(ptr); |
} |
void PaintLayer::addChild(PaintLayer* child, PaintLayer* beforeChild) { |