| Index: third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h
|
| diff --git a/third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h b/third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h
|
| index 7d0077e6c6521e84b229f11ecc1a8ecfbe64b002..99e53868ccbaa6ccb3410541feb48d1e3c628b0a 100644
|
| --- a/third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h
|
| +++ b/third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h
|
| @@ -9,7 +9,8 @@
|
|
|
| namespace blink {
|
|
|
| -// Describes the type of context (secure or non-secure) that created a SharedWorker.
|
| +// Describes the type of context (secure or non-secure) that created a
|
| +// SharedWorker.
|
| enum WebSharedWorkerCreationContextType {
|
| // The shared worker was created from a nonsecure context.
|
| WebSharedWorkerCreationContextTypeNonsecure = 0,
|
|
|