| Index: Source/core/dom/ViewportArguments.h
|
| diff --git a/Source/core/dom/ViewportArguments.h b/Source/core/dom/ViewportArguments.h
|
| index 2b02b718905f82edc4dbb15f83860e23e8c5c975..e0722b811c4c3477e83102f96e28a8a2e70e840f 100644
|
| --- a/Source/core/dom/ViewportArguments.h
|
| +++ b/Source/core/dom/ViewportArguments.h
|
| @@ -38,7 +38,6 @@ namespace WebCore {
|
| class Document;
|
|
|
| enum ViewportErrorCode {
|
| - InvalidKeyValuePairSeparatorError,
|
| UnrecognizedViewportArgumentKeyError,
|
| UnrecognizedViewportArgumentValueError,
|
| TruncatedViewportArgumentValueError,
|
|
|