summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h')
-rw-r--r--chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h b/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h
index a64c7b49c50..8f567f16482 100644
--- a/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h
+++ b/chromium/third_party/WebKit/Source/modules/filesystem/HTMLInputElementFileSystem.h
@@ -32,7 +32,6 @@
#define HTMLInputElementFileSystem_h
#include "modules/filesystem/EntriesCallback.h"
-#include "wtf/PassRefPtr.h"
namespace WebCore {
@@ -42,7 +41,7 @@ class ExecutionContext;
class HTMLInputElementFileSystem {
public:
- static EntryVector webkitEntries(ExecutionContext*, HTMLInputElement*);
+ static EntryHeapVector webkitEntries(ExecutionContext*, HTMLInputElement&);
private:
HTMLInputElementFileSystem();