| Index: Source/core/fetch/Resource.h
|
| diff --git a/Source/core/fetch/Resource.h b/Source/core/fetch/Resource.h
|
| index 3098eebb13406c0c9497eb91fc510b2d59520165..ccade6bc58672da11b12172c560f3d8d152ea32d 100644
|
| --- a/Source/core/fetch/Resource.h
|
| +++ b/Source/core/fetch/Resource.h
|
| @@ -198,7 +198,8 @@ public:
|
| CachedMetadata* cachedMetadata(unsigned dataTypeID) const;
|
|
|
| bool canDelete() const { return !hasClients() && !m_loader && !m_preloadCount && !m_handleCount && !m_protectorCount && !m_resourceToRevalidate && !m_proxyResource; }
|
| - bool hasOneHandle() const { return m_handleCount == 1; }
|
| +
|
| + bool hasOneHandle() const;
|
|
|
| // List of acceptable MIME types separated by ",".
|
| // A MIME type may contain a wildcard, e.g. "text/*".
|
|
|