From a94275402997c11dd2e778633dacf4b7e630a35d Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Fri, 22 Oct 2010 13:02:20 +0100 Subject: Merge WebKit at r70209: Initial merge by Git Change-Id: Id23a68efa36e9d1126bcce0b137872db00892c8e --- WebCore/platform/graphics/haiku/PathHaiku.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'WebCore/platform/graphics/haiku/PathHaiku.cpp') diff --git a/WebCore/platform/graphics/haiku/PathHaiku.cpp b/WebCore/platform/graphics/haiku/PathHaiku.cpp index c5b8c98..5377e10 100644 --- a/WebCore/platform/graphics/haiku/PathHaiku.cpp +++ b/WebCore/platform/graphics/haiku/PathHaiku.cpp @@ -144,12 +144,6 @@ bool Path::isEmpty() const return !m_path->Frame().IsValid(); } -String Path::debugString() const -{ - notImplemented(); - return String(); -} - void Path::apply(void* info, PathApplierFunction function) const { notImplemented(); -- cgit v1.1