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 565ccb12a5a4694cc384700d765fb55760ed6135..cbd00ba36d7b48cfc358a828f76c84e3960d72f7 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayer.cpp |
@@ -1246,7 +1246,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) { |