| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index db8a9538b3bc4e32b91ee151aaff686bedc8c68e..427ecdc987e2690d4c3410be7c9a0d4cef78b41c 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -465,7 +465,7 @@ public:
|
| // Special support for editing
|
| PassRefPtrWillBeRawPtr<Text> createEditingTextNode(const String&);
|
|
|
| - void setupFontBuilder(RenderStyle* documentStyle);
|
| + void createFont(RenderStyle* documentStyle);
|
|
|
| bool needsRenderTreeUpdate() const;
|
| void updateRenderTreeIfNeeded() { updateRenderTree(NoChange); }
|
|
|