OSDN Git Service

Merge webkit.org at r58033 : Cherry-pick WebKit change 58826 to add a missing PassRef...
authorSteve Block <steveblock@google.com>
Fri, 7 May 2010 14:17:59 +0000 (15:17 +0100)
committerSteve Block <steveblock@google.com>
Tue, 11 May 2010 13:42:15 +0000 (14:42 +0100)
See http://trac.webkit.org/changeset/58826

Change-Id: I00a2682dc0e9d9ca6cc9f3363b9f170075dd7817

WebCore/html/MediaError.h

index 5e77d9e..b68c370 100644 (file)
@@ -28,6 +28,7 @@
 
 #if ENABLE(VIDEO)
 
+#include <wtf/PassRefPtr.h>
 #include <wtf/RefCounted.h>
 
 namespace WebCore {