Title: [148272] trunk/Source/WebCore
Revision
148272
Author
[email protected]
Date
2013-04-12 03:28:09 -0700 (Fri, 12 Apr 2013)

Log Message

And again, with the correct case this time.

* platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (148271 => 148272)


--- trunk/Source/WebCore/ChangeLog	2013-04-12 10:22:05 UTC (rev 148271)
+++ trunk/Source/WebCore/ChangeLog	2013-04-12 10:28:09 UTC (rev 148272)
@@ -1,5 +1,11 @@
 2013-04-12  Mark Rowe  <[email protected]>
 
+        And again, with the correct case this time.
+
+        * platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h:
+
+2013-04-12  Mark Rowe  <[email protected]>
+
         Build fix.
 
         * platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h:

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h (148271 => 148272)


--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h	2013-04-12 10:22:05 UTC (rev 148271)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h	2013-04-12 10:28:09 UTC (rev 148272)
@@ -30,7 +30,7 @@
 
 #include "CachedRawResourceClient.h"
 #include "CachedResourceHandle.h"
-#include <wtf/NonCopyable.h>
+#include <wtf/Noncopyable.h>
 #include <wtf/PassOwnPtr.h>
 #include <wtf/RetainPtr.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to