Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: webkit/port/platform/chromium/TemporaryLinkStubs.cpp

Issue 8131: More stubbing out. With this and the rest of Linux pending, test_shell links. (Closed)
Patch Set: It links Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/port/platform/chromium/TemporaryLinkStubs.cpp
diff --git a/webkit/port/platform/chromium/TemporaryLinkStubs.cpp b/webkit/port/platform/chromium/TemporaryLinkStubs.cpp
index 5ac7c3aa71e7b97adbece86b857504dce2664aa5..f9515428cb47dd0e0900edad2d34d9aa32181b82 100644
--- a/webkit/port/platform/chromium/TemporaryLinkStubs.cpp
+++ b/webkit/port/platform/chromium/TemporaryLinkStubs.cpp
@@ -52,7 +52,9 @@ PassRefPtr<SharedBuffer> SharedBuffer::createWithContentsOfFile(const String& fi
}
namespace WTF {
+#if !defined(__linux__)
void scheduleDispatchFunctionsOnMainThread() { notImplemented(); }
+#endif
}
#if USE(JSC)
« no previous file with comments | « webkit/port/platform/chromium/RenderThemeGtk.cpp ('k') | webkit/port/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698