| Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| index 7adbc55241821c824fd3ed654201a3524cc4f830..32353003c3824d7798b9263823316d013c076a77 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -870,8 +870,12 @@ STATIC_ASSERT_ENUM(
|
| WebSettings::ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames,
|
| ProgressBarCompletion::ResourcesBeforeDCLAndSameOriginIFrames);
|
|
|
| +// This ensures that the version number published in
|
| +// WebSerializedScriptValueVersion.h matches the serializer's understanding.
|
| +// TODO(jbroman): Fix this to also account for the V8-side version. See
|
| +// https://crbug.com/704293.
|
| static_assert(kSerializedScriptValueVersion ==
|
| SerializedScriptValue::wireFormatVersion,
|
| - "");
|
| + "Update WebSerializedScriptValueVersion.h.");
|
|
|
| } // namespace blink
|
|
|