X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fplatform%2Fchromium%2FChromiumDataObject.cpp;h=dee456848d67d540afc6afa454461a5d57576ffe;hp=67e9d00ec94c844b1c5cc43c50ef2df778758e66;hb=488f069d3b03408357b832864e6dc7aca885fb8e;hpb=202b58e2a0df8bc918c0d0f61dea61ce6bb9e4ae diff --git a/WebCore/platform/chromium/ChromiumDataObject.cpp b/WebCore/platform/chromium/ChromiumDataObject.cpp index 67e9d00ec94c..dee456848d67 100644 --- a/WebCore/platform/chromium/ChromiumDataObject.cpp +++ b/WebCore/platform/chromium/ChromiumDataObject.cpp @@ -37,6 +37,7 @@ void ChromiumDataObject::clear() { url = KURL(); urlTitle = ""; + fileExtension = ""; filenames.clear(); plainText = ""; textHtml = ""; @@ -49,6 +50,7 @@ void ChromiumDataObject::clear() bool ChromiumDataObject::hasData() { return !url.isEmpty() + || !fileExtension.isEmpty() || !filenames.isEmpty() || !plainText.isEmpty() || !textHtml.isEmpty()