| 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 b1541d5ce2ba00205d3b193998bdbadc7e4132ff..c1014f935065331a824b81bc69f194731c98c8ee 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -756,6 +756,10 @@ STATIC_ASSERT_ENUM(FrameDetachType::Swap, WebFrameClient::DetachType::Swap);
|
| STATIC_ASSERT_ENUM(FrameDetachType::Remove, WebRemoteFrameClient::DetachType::Remove);
|
| STATIC_ASSERT_ENUM(FrameDetachType::Swap, WebRemoteFrameClient::DetachType::Swap);
|
|
|
| +STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::LoadEvent, ProgressBarCompletionLoadEvent);
|
| +STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::DOMContentLoadedAndImages, ProgressBarCompletionDOMContentLoadedAndImages);
|
| +STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::DOMContentLoaded, ProgressBarCompletionDOMContentLoaded);
|
| +
|
| static_assert(kSerializedScriptValueVersion == SerializedScriptValue::wireFormatVersion, "");
|
|
|
| } // namespace blink
|
|
|