| Index: Source/core/loader/LinkLoader.h
|
| diff --git a/Source/core/loader/LinkLoader.h b/Source/core/loader/LinkLoader.h
|
| index 23489e293927bab5cb68243f7814639662b34641..5549a9a08ef340d1d8e39b8330e5e807ab62b7b0 100644
|
| --- a/Source/core/loader/LinkLoader.h
|
| +++ b/Source/core/loader/LinkLoader.h
|
| @@ -62,7 +62,7 @@ public:
|
| virtual void didSendDOMContentLoadedForPrerender() OVERRIDE;
|
|
|
| void released();
|
| - bool loadLink(const LinkRelAttribute&, const String& type, const KURL&, Document&);
|
| + bool loadLink(const LinkRelAttribute&, const String&, const String&, const KURL&, Document&);
|
|
|
| private:
|
| void linkLoadTimerFired(Timer<LinkLoader>*);
|
|
|