Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.h |
diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h |
index 0db8a365af99471322639234c4ac55d3237587f2..a962d7ff674bfc1577b77f33666934f533f3dffc 100644 |
--- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h |
+++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h |
@@ -159,7 +159,7 @@ class RootInlineBox : public InlineFlowBox { |
if (m_floats) |
m_floats->append(floatingBox); |
else |
- m_floats = wrapUnique(new Vector<LayoutBox*>(1, floatingBox)); |
+ m_floats = WTF::wrapUnique(new Vector<LayoutBox*>(1, floatingBox)); |
} |
Vector<LayoutBox*>* floatsPtr() { |