* Misc/WebNSPasteboardExtras.mm: Fix incorrect strings in my last check-in.
The strings I checked in were wrong and were breaking layout tests too.
These new ones match what WebKitSystemInterface was returning.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@25490
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-09-11 Darin Adler <darin@apple.com>
+
+ Rubber-stamped by Mark Rowe.
+
+ * Misc/WebNSPasteboardExtras.mm: Fix incorrect strings in my last check-in.
+ The strings I checked in were wrong and were breaking layout tests too.
+ These new ones match what WebKitSystemInterface was returning.
+
2007-09-10 Geoffrey Garen <ggaren@apple.com>
Fixed 64-bit build (I think).
using namespace WebCore;
-NSString *WebURLPboardType = @"CorePasteboardFlavorType 0x75726C20";
-NSString *WebURLNamePboardType = @"CorePasteboardFlavorType 0x75726C6E";
+NSString *WebURLPboardType = @"public.url";
+NSString *WebURLNamePboardType = @"public.url-name";
@implementation NSPasteboard (WebExtras)