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

Unified Diff: Source/WebCore/html/InputType.cpp

Issue 13497009: Remove ENABLE(FILE_SYSTEM) compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added CodeGeneratorInspector.py change 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
« no previous file with comments | « Source/WebCore/html/InputType.h ('k') | Source/WebCore/inspector/CodeGeneratorInspector.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/InputType.cpp
diff --git a/Source/WebCore/html/InputType.cpp b/Source/WebCore/html/InputType.cpp
index 0960fc443b8829101af39ab77d65a0572ea1fe43..8e6adcb7bcb2c0ac0db36384db384c1f4e0e01f4 100644
--- a/Source/WebCore/html/InputType.cpp
+++ b/Source/WebCore/html/InputType.cpp
@@ -722,13 +722,11 @@ bool InputType::receiveDroppedFiles(const DragData*)
return false;
}
-#if ENABLE(FILE_SYSTEM)
String InputType::droppedFileSystemId()
{
ASSERT_NOT_REACHED();
return String();
}
-#endif
Icon* InputType::icon() const
{
« no previous file with comments | « Source/WebCore/html/InputType.h ('k') | Source/WebCore/inspector/CodeGeneratorInspector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698