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

Unified Diff: Source/modules/filesystem/DOMFileSystemSync.cpp

Issue 301543005: Make unittest_config a dependency of webkit_unit_tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add unittest_config as dependency of webkit_unit_tests Created 6 years, 7 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
« no previous file with comments | « no previous file | Source/web/web_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DOMFileSystemSync.cpp
diff --git a/Source/modules/filesystem/DOMFileSystemSync.cpp b/Source/modules/filesystem/DOMFileSystemSync.cpp
index c0bc6c0c8008cef00b7cf1eda07d7dc690e73237..7504be47fc04cb25cbb9612f61041b589e490db8 100644
--- a/Source/modules/filesystem/DOMFileSystemSync.cpp
+++ b/Source/modules/filesystem/DOMFileSystemSync.cpp
@@ -102,9 +102,12 @@ public:
{
}
+#if !ENABLE(OILPAN)
~CreateFileResult()
{
}
+#endif
+
friend class RefCountedWillBeGarbageCollected<CreateFileResult>;
};
« no previous file with comments | « no previous file | Source/web/web_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698