X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Fplatform%2FPlatformPasteboard.h;h=f4439deb8639a30b545b333478e51932bbb6a97f;hp=700e4287436b759ddaebeaec0fa3f8660a6ea13c;hb=70faaf7060717626eeda6586f21947386660d410;hpb=64c106c3429837e6b62189736b9e7107b52c37a9;ds=sidebyside diff --git a/Source/WebCore/platform/PlatformPasteboard.h b/Source/WebCore/platform/PlatformPasteboard.h index 700e4287436b..f4439deb8639 100644 --- a/Source/WebCore/platform/PlatformPasteboard.h +++ b/Source/WebCore/platform/PlatformPasteboard.h @@ -102,7 +102,6 @@ private: WEBCORE_EXPORT void writeObjectRepresentations(const PasteboardImage&); WEBCORE_EXPORT void writeObjectRepresentations(const String& pasteboardType, const String& text); WEBCORE_EXPORT void writeObjectRepresentations(const PasteboardURL&); - bool allowReadingURLAtIndex(const URL&, int index) const; #endif #if PLATFORM(MAC)