summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/src/WebURLResponsePrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/src/WebURLResponsePrivate.h')
-rw-r--r--Source/WebKit/chromium/src/WebURLResponsePrivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebKit/chromium/src/WebURLResponsePrivate.h b/Source/WebKit/chromium/src/WebURLResponsePrivate.h
index dc5ce22..7d22d7a 100644
--- a/Source/WebKit/chromium/src/WebURLResponsePrivate.h
+++ b/Source/WebKit/chromium/src/WebURLResponsePrivate.h
@@ -45,9 +45,6 @@ public:
virtual void dispose() = 0;
WebCore::ResourceResponse* m_resourceResponse;
-
- // FIXME: Move this to ResourceResponse once we have an internal consumer.
- WebString m_downloadFilePath;
};
} // namespace WebKit