| Index: Source/core/dom/SecurityContext.h
|
| diff --git a/Source/core/dom/SecurityContext.h b/Source/core/dom/SecurityContext.h
|
| index f1839ba6a325c01ba9da41839794a2d1ef76ec93..3007832d0f116b719cd684cef92e5b6bbe9864ff 100644
|
| --- a/Source/core/dom/SecurityContext.h
|
| +++ b/Source/core/dom/SecurityContext.h
|
| @@ -43,7 +43,6 @@ public:
|
| // The ordering here is important: 'Upgrade' overrides 'Monitor', which overrides 'DoNotUpgrade'.
|
| enum InsecureContentPolicy {
|
| InsecureContentDoNotUpgrade = 0,
|
| - InsecureContentMonitor,
|
| InsecureContentUpgrade
|
| };
|
|
|
|
|