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

Unified Diff: Source/WebCore/platform/FileMetadata.h

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/WebCore/platform/FileMetadata.h
diff --git a/Source/WebCore/platform/FileMetadata.h b/Source/WebCore/platform/FileMetadata.h
index 8290d6751f8ca6be6ce9564ebcf65fe8c1d84320..9b380e06abddb96a358ac0a19ab183c8159ee3b1 100644
--- a/Source/WebCore/platform/FileMetadata.h
+++ b/Source/WebCore/platform/FileMetadata.h
@@ -52,10 +52,7 @@ struct FileMetadata {
};
Type type;
-
-#if ENABLE(FILE_SYSTEM)
String platformPath;
-#endif
FileMetadata() : modificationTime(invalidFileTime()), length(-1), type(TypeUnknown) { }
};

Powered by Google App Engine
This is Rietveld 408576698