| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 0acaf35cc4fd9d11357f3f340bcb1c516211fcf3..488ecc7de38253ca3b0907467743cfa3eec54e28 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -90,6 +90,7 @@ public:
|
| GCObservation* observeGC(ScriptValue);
|
|
|
| bool isPreloaded(const String& url);
|
| + bool isPreloadedBy(const String& url, Document*);
|
| bool isLoadingFromMemoryCache(const String& url);
|
|
|
| bool isSharingStyle(Element*, Element*) const;
|
|
|