| Index: Source/core/dom/shadow/ShadowRoot.h
|
| diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h
|
| index 76a03548ce35ef7d148d97a04bc37a01e92edc8c..e37fd8d949df6d461c6acc8721cc53306dea7db6 100644
|
| --- a/Source/core/dom/shadow/ShadowRoot.h
|
| +++ b/Source/core/dom/shadow/ShadowRoot.h
|
| @@ -127,6 +127,7 @@ public:
|
| StyleSheetList* styleSheets();
|
|
|
| // FIXME: Implement baseURI-setting, see http://crbug.com/311682
|
| + virtual const KURL& baseURL() const OVERRIDE FINAL { return document().baseURL(); }
|
| // virtual KURL baseURI() const OVERRIDE;
|
| // void setBaseURI(const String&);
|
|
|
|
|