Title: [218158] trunk/Source/WebCore
Revision
218158
Author
jlew...@apple.com
Date
2017-06-12 17:10:01 -0700 (Mon, 12 Jun 2017)

Log Message

Unreviewed build fix; fix a misspelling in CoreMediaSoftLink.{h,cpp}.

Patch by Jer Noble <jer.no...@apple.com> on 2017-06-12

* platform/cf/CoreMediaSoftLink.cpp:
* platform/cf/CoreMediaSoftLink.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (218157 => 218158)


--- trunk/Source/WebCore/ChangeLog	2017-06-13 00:05:55 UTC (rev 218157)
+++ trunk/Source/WebCore/ChangeLog	2017-06-13 00:10:01 UTC (rev 218158)
@@ -1,3 +1,10 @@
+2017-06-12  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed build fix; fix a misspelling in CoreMediaSoftLink.{h,cpp}.
+
+        * platform/cf/CoreMediaSoftLink.cpp:
+        * platform/cf/CoreMediaSoftLink.h:
+
 2017-06-12  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         @font-face rules with invalid primary fonts never download their secondary fonts

Modified: trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.cpp (218157 => 218158)


--- trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.cpp	2017-06-13 00:05:55 UTC (rev 218157)
+++ trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.cpp	2017-06-13 00:10:01 UTC (rev 218158)
@@ -128,7 +128,7 @@
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_DisplayEmptyMediaImmediately, CFStringRef)
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_DrainAfterDecoding, CFStringRef)
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_EmptyMedia, CFStringRef)
-SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_PostNotificantionWhenConsumed, CFStringRef)
+SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_PostNotificationWhenConsumed, CFStringRef)
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_ResetDecoderBeforeDecoding, CFStringRef)
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleAttachmentKey_DisplayImmediately, CFStringRef)
 SOFT_LINK_CONSTANT_FOR_SOURCE(WebCore, CoreMedia, kCMSampleBufferConsumerNotification_BufferConsumed, CFStringRef)

Modified: trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.h (218157 => 218158)


--- trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.h	2017-06-13 00:05:55 UTC (rev 218157)
+++ trunk/Source/WebCore/platform/cf/CoreMediaSoftLink.h	2017-06-13 00:10:01 UTC (rev 218158)
@@ -216,8 +216,8 @@
 #define kCMSampleBufferAttachmentKey_DrainAfterDecoding get_CoreMedia_kCMSampleBufferAttachmentKey_DrainAfterDecoding()
 SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_EmptyMedia, CFStringRef)
 #define kCMSampleBufferAttachmentKey_EmptyMedia get_CoreMedia_kCMSampleBufferAttachmentKey_EmptyMedia()
-SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_PostNotificantionWhenConsumed, CFStringRef)
-#define kCMSampleBufferAttachmentKey_PostNotificantionWhenConsumed get_CoreMedia_kCMSampleBufferAttachmentKey_PostNotificantionWhenConsumed()
+SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_PostNotificationWhenConsumed, CFStringRef)
+#define kCMSampleBufferAttachmentKey_PostNotificationWhenConsumed get_CoreMedia_kCMSampleBufferAttachmentKey_PostNotificationWhenConsumed()
 SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMSampleBufferAttachmentKey_ResetDecoderBeforeDecoding, CFStringRef)
 #define kCMSampleBufferAttachmentKey_ResetDecoderBeforeDecoding get_CoreMedia_kCMSampleBufferAttachmentKey_ResetDecoderBeforeDecoding()
 SOFT_LINK_CONSTANT_FOR_HEADER(WebCore, CoreMedia, kCMTimebaseNotification_EffectiveRateChanged, CFStringRef)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to