diff options
Diffstat (limited to 'WebCore/platform/chromium/ChromiumDataObject.h')
-rw-r--r-- | WebCore/platform/chromium/ChromiumDataObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/chromium/ChromiumDataObject.h b/WebCore/platform/chromium/ChromiumDataObject.h index 448e763..19b91c4 100644 --- a/WebCore/platform/chromium/ChromiumDataObject.h +++ b/WebCore/platform/chromium/ChromiumDataObject.h @@ -54,6 +54,7 @@ namespace WebCore { KURL url; String urlTitle; + String fileExtension; Vector<String> filenames; String plainText; |