| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 1fa60bba611290d5c45d2899b8f6d5e96e39235b..5cbf43d943a76f73a41eedb808b150315c8e0df0 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;
|
|
|