| Index: third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElement.h b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| index 8ab8febd7654e1080c0987d803a4eafe266b5964..6a1f52171975842aa652f7f277192de1ce3c8a4d 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElement.h
|
| @@ -29,6 +29,7 @@ public:
|
| // as it moves between documents.
|
| static CustomElementsRegistry* registry(const Element&);
|
| static CustomElementsRegistry* registry(const Document&);
|
| + static FrameHost* contextFrameHost(const Element&);
|
|
|
| static CustomElementDefinition* definitionForElement(const Element&);
|
|
|
|
|