Add IntentRequest include for FrameLoaderClientImpl.
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 26 Jan 2012 05:56:59 +0000 (05:56 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 26 Jan 2012 05:56:59 +0000 (05:56 +0000)
https://bugs.webkit.org/show_bug.cgi?id=77039

Patch by Greg Billock <gbillock@google.com> on 2012-01-25
Reviewed by Darin Fisher.

* src/FrameLoaderClientImpl.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105964 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/src/FrameLoaderClientImpl.cpp

index e4ec053..da920d5 100644 (file)
@@ -1,3 +1,12 @@
+2012-01-25  Greg Billock  <gbillock@google.com>
+
+        Add IntentRequest include for FrameLoaderClientImpl.
+        https://bugs.webkit.org/show_bug.cgi?id=77039
+
+        Reviewed by Darin Fisher.
+
+        * src/FrameLoaderClientImpl.cpp:
+
 2012-01-25  Daniel Cheng  <dcheng@chromium.org>
 
         [chromium] Fix ClipboardChromium::validateFilename to actually operate on extensions
index 96bf57f..a85ccbd 100644 (file)
@@ -47,6 +47,7 @@
 #include "HTMLAppletElement.h"
 #include "HTMLFormElement.h"  // needed by FormState.h
 #include "HTMLNames.h"
+#include "IntentRequest.h"
 #include "MessageEvent.h"
 #include "MIMETypeRegistry.h"
 #include "MouseEvent.h"