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