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 8a2ceafec70d524fec4f83601f7ab4216ebe48f3..dbe097df9ec7a3b86f81e536d98c819fb96e49ae 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) { |