Title: [180541] trunk/Source/WebCore
- Revision
- 180541
- Author
- [email protected]
- Date
- 2015-02-23 18:53:40 -0800 (Mon, 23 Feb 2015)
Log Message
[WinCairo] Unreviewed build fix after r180532
* platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:
(WebCore::MediaPlayerPrivateMediaFoundation::buffered):
Fixed typo.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (180540 => 180541)
--- trunk/Source/WebCore/ChangeLog 2015-02-24 02:34:08 UTC (rev 180540)
+++ trunk/Source/WebCore/ChangeLog 2015-02-24 02:53:40 UTC (rev 180541)
@@ -1,3 +1,11 @@
+2015-02-23 Alex Christensen <[email protected]>
+
+ [WinCairo] Unreviewed build fix after r180532
+
+ * platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp:
+ (WebCore::MediaPlayerPrivateMediaFoundation::buffered):
+ Fixed typo.
+
2015-02-23 Chris Dumez <[email protected]>
Log using diagnostic logging which ActiveDOMObjects prevent using the PageCache
Modified: trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp (180540 => 180541)
--- trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp 2015-02-24 02:34:08 UTC (rev 180540)
+++ trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateMediaFoundation.cpp 2015-02-24 02:53:40 UTC (rev 180541)
@@ -174,7 +174,7 @@
std::unique_ptr<PlatformTimeRanges> MediaPlayerPrivateMediaFoundation::buffered() const
{
notImplemented();
- return Pstd::make_unique<PlatformTimeRanges>();
+ return std::make_unique<PlatformTimeRanges>();
}
bool MediaPlayerPrivateMediaFoundation::didLoadingProgress() const
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes