Index: Source/modules/serviceworkers/ServiceWorkerClients.cpp |
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.cpp b/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
index a1933be4356247385c5648bbba68283db1b80693..df3afdf2491ce3e1bb349fb29d82701604313725 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.cpp |
@@ -25,7 +25,7 @@ namespace { |
class ClientArray { |
public: |
- typedef blink::WebServiceWorkerClientsInfo WebType; |
+ typedef WebServiceWorkerClientsInfo WebType; |
static HeapVector<Member<ServiceWorkerClient>> take(ScriptPromiseResolver*, WebType* webClientsRaw) |
{ |
OwnPtr<WebType> webClients = adoptPtr(webClientsRaw); |