Title: [225028] trunk/Source
Revision
225028
Author
[email protected]
Date
2017-11-18 19:48:23 -0800 (Sat, 18 Nov 2017)

Log Message

Fix typos in closing ENABLE() comments
https://bugs.webkit.org/show_bug.cgi?id=179869

Unreviewed.


Source/_javascript_Core:

* wasm/WasmMemory.h:
* wasm/WasmMemoryMode.h:

Source/WebCore:

* platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.h:
* platform/mediastream/mac/CoreAudioCaptureDeviceManager.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (225027 => 225028)


--- trunk/Source/_javascript_Core/ChangeLog	2017-11-19 03:42:49 UTC (rev 225027)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-11-19 03:48:23 UTC (rev 225028)
@@ -1,3 +1,13 @@
+2017-11-18  Tim Horton  <[email protected]>
+
+        Fix typos in closing ENABLE() comments
+        https://bugs.webkit.org/show_bug.cgi?id=179869
+
+        Unreviewed.
+
+        * wasm/WasmMemory.h:
+        * wasm/WasmMemoryMode.h:
+
 2017-11-17  JF Bastien  <[email protected]>
 
         NFC update ClassInfo to C++14

Modified: trunk/Source/_javascript_Core/wasm/WasmMemory.h (225027 => 225028)


--- trunk/Source/_javascript_Core/wasm/WasmMemory.h	2017-11-19 03:42:49 UTC (rev 225027)
+++ trunk/Source/_javascript_Core/wasm/WasmMemory.h	2017-11-19 03:48:23 UTC (rev 225028)
@@ -117,4 +117,4 @@
 
 } } // namespace JSC::Wasm
 
-#endif // ENABLE(WEBASSEMLY)
+#endif // ENABLE(WEBASSEMBLY)

Modified: trunk/Source/_javascript_Core/wasm/WasmMemoryMode.h (225027 => 225028)


--- trunk/Source/_javascript_Core/wasm/WasmMemoryMode.h	2017-11-19 03:42:49 UTC (rev 225027)
+++ trunk/Source/_javascript_Core/wasm/WasmMemoryMode.h	2017-11-19 03:48:23 UTC (rev 225028)
@@ -42,4 +42,4 @@
 
 } } // namespace JSC::Wasm
 
-#endif // ENABLE(WEBASSEMLY)
+#endif // ENABLE(WEBASSEMBLY)

Modified: trunk/Source/WebCore/ChangeLog (225027 => 225028)


--- trunk/Source/WebCore/ChangeLog	2017-11-19 03:42:49 UTC (rev 225027)
+++ trunk/Source/WebCore/ChangeLog	2017-11-19 03:48:23 UTC (rev 225028)
@@ -1,3 +1,13 @@
+2017-11-18  Tim Horton  <[email protected]>
+
+        Fix typos in closing ENABLE() comments
+        https://bugs.webkit.org/show_bug.cgi?id=179869
+
+        Unreviewed.
+
+        * platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.h:
+        * platform/mediastream/mac/CoreAudioCaptureDeviceManager.h:
+
 2017-11-18  Maciej Stachowiak  <[email protected]>
 
         Remove TEC support and all TEC-only encodings except EUC-TW (which now uses ICU)

Modified: trunk/Source/WebCore/platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.h (225027 => 225028)


--- trunk/Source/WebCore/platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.h	2017-11-19 03:42:49 UTC (rev 225027)
+++ trunk/Source/WebCore/platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.h	2017-11-19 03:48:23 UTC (rev 225028)
@@ -62,4 +62,4 @@
 
 } // namespace WebCore
 
-#endif // ENABLE(MEDIA_STREAM && PLATFORM(IOS)
+#endif // ENABLE(MEDIA_STREAM) && PLATFORM(IOS)

Modified: trunk/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureDeviceManager.h (225027 => 225028)


--- trunk/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureDeviceManager.h	2017-11-19 03:42:49 UTC (rev 225027)
+++ trunk/Source/WebCore/platform/mediastream/mac/CoreAudioCaptureDeviceManager.h	2017-11-19 03:48:23 UTC (rev 225028)
@@ -62,4 +62,4 @@
 
 } // namespace WebCore
 
-#endif // ENABLE(MEDIA_STREAM && PLATFORM(MAC)
+#endif // ENABLE(MEDIA_STREAM) && PLATFORM(MAC)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to