[Webkit-unassigned] [Bug 16779] Make the PluginStream implementation be shared across platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 13:10:06 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16779





------- Comment #5 from aroben at apple.com  2008-01-08 13:10 PDT -------
(From update of attachment 18328)
+#if PLATFORM(WIN)
+    if (!m_path.isNull())
+        ::DeleteFileA(m_path.data());
+#else
+    String tempFilePath = String::fromUTF8(m_path.data());
+    if (!m_path.isNull())
+        deleteFile(tempFilePath);
+#endif

Calling deleteFile on Windows should be fine.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list