diff options
Diffstat (limited to 'webkit/port/platform/chromium/ChromiumDataObject.h')
-rw-r--r-- | webkit/port/platform/chromium/ChromiumDataObject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/port/platform/chromium/ChromiumDataObject.h b/webkit/port/platform/chromium/ChromiumDataObject.h index f6178f3..bdbb62c 100644 --- a/webkit/port/platform/chromium/ChromiumDataObject.h +++ b/webkit/port/platform/chromium/ChromiumDataObject.h @@ -57,6 +57,7 @@ namespace WebCore { String plain_text; String text_html; + KURL html_base_url; String file_content_filename; RefPtr<SharedBuffer> file_content; |