Changeset 268883 in webkit
- Timestamp:
- Oct 22, 2020, 12:16:18 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
Platform/IPC/JSIPCBinding.cpp (modified) (1 diff)
-
WebProcess/WebPage/IPCTestingAPI.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r268878 r268883 1 2020-10-22 Ryosuke Niwa <rniwa@webkit.org> 2 3 IPC testing API should have the capability to observe messages being sent and received 4 https://bugs.webkit.org/show_bug.cgi?id=217870 5 6 Unreviewed ASAN release build fix. 7 8 * Platform/IPC/JSIPCBinding.cpp: 9 * WebProcess/WebPage/IPCTestingAPI.cpp: 10 (WebKit::IPCTestingAPI::JSMessageListener::JSMessageListener): 11 1 12 2020-10-22 Eric Carlson <eric.carlson@apple.com> 2 13 -
trunk/Source/WebKit/Platform/IPC/JSIPCBinding.cpp
r268854 r268883 30 30 31 31 #include <JavaScriptCore/JSCJSValueInlines.h> 32 #include <JavaScriptCore/JSGlobalObjectInlines.h> 33 #include <JavaScriptCore/ObjectConstructor.h> 32 34 #include <WebCore/FloatRect.h> 33 35 #include <WebCore/IntRect.h> -
trunk/Source/WebKit/WebProcess/WebPage/IPCTestingAPI.cpp
r268848 r268883 895 895 JSC::PrivateName uniquePrivateName; 896 896 globalObject->putDirect(vm, uniquePrivateName, toJS(globalObject, callback)); 897 898 UNUSED_PARAM(catchScope); 897 899 } 898 900
Note:
See TracChangeset
for help on using the changeset viewer.