| Index: webkit/port/platform/chromium/ChromiumDataObject.cpp
 | 
| diff --git a/webkit/port/platform/chromium/ChromiumDataObject.cpp b/webkit/port/platform/chromium/ChromiumDataObject.cpp
 | 
| index ddf9cd9766a18f4e6bf71de486a82f1a8bb98164..54da838be800304a9dda26ac693976a16054629d 100644
 | 
| --- a/webkit/port/platform/chromium/ChromiumDataObject.cpp
 | 
| +++ b/webkit/port/platform/chromium/ChromiumDataObject.cpp
 | 
| @@ -39,6 +39,7 @@ void ChromiumDataObject::clear()
 | 
|      filenames.clear();
 | 
|      plain_text = "";
 | 
|      text_html = "";
 | 
| +    html_base_url = KURL();
 | 
|      file_content_filename = "";
 | 
|      if (file_content)
 | 
|          file_content->clear();
 | 
| 
 |