Another attempt to fix the Windows build. This uses WebSecurityOrigin
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Apr 2012 18:26:34 +0000 (18:26 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 3 Apr 2012 18:26:34 +0000 (18:26 +0000)
has a value type but doesn't include the header.

* public/WebUserMediaRequest.h:
(WebKit):

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

Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/public/WebUserMediaRequest.h

index afb97ac..b4cca67 100644 (file)
@@ -1,3 +1,11 @@
+2012-04-03  Adam Barth  <abarth@webkit.org>
+
+        Another attempt to fix the Windows build.  This uses WebSecurityOrigin
+        has a value type but doesn't include the header.
+
+        * public/WebUserMediaRequest.h:
+        (WebKit):
+
 2012-04-03  'Pavel Feldman'  <pfeldman@chromium.org>
 
         Not reviewed. Follow up to inspector's r113032: change provisional method signature a bit.
index 38fb189..7d84cdc 100644 (file)
@@ -31,6 +31,7 @@
 #ifndef WebUserMediaRequest_h
 #define WebUserMediaRequest_h
 
+#include "WebSecurityOrigin.h"
 #include "platform/WebCommon.h"
 #include "platform/WebPrivatePtr.h"
 
@@ -41,7 +42,6 @@ class UserMediaRequest;
 namespace WebKit {
 
 class WebMediaStreamSource;
-class WebSecurityOrigin;
 class WebString;
 template <typename T> class WebVector;