| 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 7adb0c93223c50aa9ae181359c5916ad6b866aca..7bde78253dac0daab37ec8e748f36cb724701512 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -742,6 +742,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::ProgressBarCompletionLoadEvent, ProgressBarCompletionLoadEvent);
|
| +STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletionDOMContentLoadedAndImage, ProgressBarCompletionDOMContentLoadedAndImage);
|
| +STATIC_ASSERT_ENUM(WebSettings::ProgressBarCompletionDOMContentLoaded, ProgressBarCompletionDOMContentLoaded);
|
| +
|
| static_assert(kSerializedScriptValueVersion == SerializedScriptValue::wireFormatVersion, "");
|
|
|
| } // namespace blink
|
|
|