X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Ftesting%2FInternals.h;h=146f989e11bddb1e64a31806d92b859cf17de082;hp=003cc89c04585f981a8bca237ad66711a2d53ffb;hb=a4d6e821c4dd6166059924b7d3fe74e7ac4e150c;hpb=0b0959381848367b53c2a0965e79a2f31fc45ac4 diff --git a/Source/WebCore/testing/Internals.h b/Source/WebCore/testing/Internals.h index 003cc89..146f989 100644 --- a/Source/WebCore/testing/Internals.h +++ b/Source/WebCore/testing/Internals.h @@ -424,7 +424,7 @@ public: String scrollSnapOffsets(Element*, ExceptionCode&); #endif - PassRefPtr pathWithShrinkWrappedRects(Vector rectComponents, double radius, ExceptionCode&); + String pathStringWithShrinkWrappedRects(Vector rectComponents, double radius, ExceptionCode&); private: explicit Internals(Document*);