| Index: third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp b/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
|
| index ed03f10d16954a24bfd8cb67a780d414347ab47f..5e11acf572299e5b16abab0479a8725511f0a38e 100644
|
| --- a/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/DocumentLoadingRenderingTest.cpp
|
| @@ -297,7 +297,7 @@ class CheckRafCallback final : public FrameRequestCallback {
|
| private:
|
| bool was_called_ = false;
|
| };
|
| -};
|
| +}; // namespace
|
|
|
| TEST_F(DocumentLoadingRenderingTest,
|
| ShouldThrottleIframeLifecycleUntilPendingSheetsLoaded) {
|
|
|