| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index 1cfa93be4c305208c5789b0c3606dd77e8681ff5..a227aa59886e5bad49fe5a3f503bb61fafb1736f 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -140,7 +140,7 @@ public:
|
| String iconSizes() const;
|
|
|
| CSSStyleSheet* sheet() const { return linkStyle() ? linkStyle()->sheet() : 0; }
|
| - DocumentFragment* import() const;
|
| + Document* import() const;
|
|
|
| bool styleSheetIsLoading() const;
|
|
|
|
|