Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: third_party/WebKit/Source/modules/webusb/USB.h

Issue 1848603002: Remove single observer assumption in WebUSBClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use EAGERLY_FINALIZE() instead. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/webusb/USB.h
diff --git a/third_party/WebKit/Source/modules/webusb/USB.h b/third_party/WebKit/Source/modules/webusb/USB.h
index 7ce0a39fcbd520e257a0cedddc0a38d866aa9e59..841b0e485b1379a0baa33e3778fed4a3b26f2c35 100644
--- a/third_party/WebKit/Source/modules/webusb/USB.h
+++ b/third_party/WebKit/Source/modules/webusb/USB.h
@@ -52,6 +52,7 @@ public:
void onDeviceDisconnected(WebPassOwnPtr<WebUSBDevice>) override;
DECLARE_VIRTUAL_TRACE();
+ EAGERLY_FINALIZE();
private:
explicit USB(LocalFrame& frame);

Powered by Google App Engine
This is Rietveld 408576698