| 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 fc049a5942e5d7695fc36f7bc27022c2217b9735..967a8fb6dab602d94058512ccab2ba34a5050dd5 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -749,6 +749,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, ProgressBarCompletion::LoadEvent);
|
| +STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::DOMContentLoadedAndImages, ProgressBarCompletion::DOMContentLoadedAndImages);
|
| +STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletion::DOMContentLoaded, ProgressBarCompletion::DOMContentLoaded);
|
| +
|
| static_assert(kSerializedScriptValueVersion == SerializedScriptValue::wireFormatVersion, "");
|
|
|
| } // namespace blink
|
|
|