| Index: Source/core/html/HTMLImport.h
|
| diff --git a/Source/core/html/HTMLImport.h b/Source/core/html/HTMLImport.h
|
| index afcec1728d0471c54f5b1418f10a27561a2d1004..0f64bf4d63f5157f36205d535bd4bf4e9e52c967 100644
|
| --- a/Source/core/html/HTMLImport.h
|
| +++ b/Source/core/html/HTMLImport.h
|
| @@ -33,6 +33,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class Frame;
|
| class Document;
|
| class HTMLImportsController;
|
|
|
| @@ -41,6 +42,8 @@ public:
|
| virtual ~HTMLImport() { }
|
|
|
| bool haveChildrenLoaded();
|
| + Frame* frame();
|
| + Document* master();
|
|
|
| virtual HTMLImportsController* controller() = 0;
|
| virtual HTMLImport* parent() = 0;
|
|
|