Index: third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h |
index fbb38b6fe364d91471789c49be2670ed797801ac..9fba4564027c72e71def6746de93c52434a26217 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothSupplement.h |
@@ -30,6 +30,8 @@ public: |
// Returns the WebBluetooth attached to the frame if the frame exists. |
// Otherwise returns nullptr. |
static WebBluetooth* getFromScriptState(ScriptState*); |
+ // Returns the WebBluetooth attached to the execution context. |
+ static WebBluetooth* getFromExecutionContext(ExecutionContext*); |
haraken
2015/10/10 14:19:35
getFromExecutionContext => fromExecutionContext (B
ortuno
2015/10/12 17:46:07
Done.
|
DECLARE_VIRTUAL_TRACE(); |