Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp |
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp |
index 054cd2dac0331505b83ce5e55098f6a4daca7c0c..58eb8dfe0ca7be686a3ad9b6a8fb7488275018f0 100644 |
--- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp |
+++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp |
@@ -198,7 +198,7 @@ |
if (!availability_property_) { |
availability_property_ = new PresentationAvailabilityProperty( |
- script_state->GetExecutionContext(), this, |
+ ExecutionContext::From(script_state), this, |
PresentationAvailabilityProperty::kReady); |
client->GetAvailability(urls_, |