| Index: Source/core/dom/shadow/ShadowRoot.h | 
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h | 
| index 99bdf97389104e5e9c01ebb700426880728c77f0..306e284fa9c230ef0427cefb3ca7b83ae4272721 100644 | 
| --- a/Source/core/dom/shadow/ShadowRoot.h | 
| +++ b/Source/core/dom/shadow/ShadowRoot.h | 
| @@ -83,7 +83,7 @@ public: | 
| bool isOldest() const { return !olderShadowRoot(); } | 
| bool isOldestAuthorShadowRoot() const; | 
|  | 
| -    virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; | 
| +    virtual void createRenderTree(const AttachContext& = AttachContext()) OVERRIDE; | 
|  | 
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; | 
| virtual void removedFrom(ContainerNode*) OVERRIDE; | 
|  |