| Index: Source/web/tests/WebFrameTest.cpp
|
| diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
|
| index 7ad752800491db6273b1f7e0c9d3adc4df63c4a7..4e49576834b10337ae437e990eba63c3004b9feb 100644
|
| --- a/Source/web/tests/WebFrameTest.cpp
|
| +++ b/Source/web/tests/WebFrameTest.cpp
|
| @@ -4862,7 +4862,7 @@ TEST_F(WebFrameTest, NavigateToSandboxedMarkup)
|
| WebViewImpl* webViewImpl = webViewHelper.initializeAndLoad("about:blank", true, &webFrameClient);
|
| WebLocalFrameImpl* frame = toWebLocalFrameImpl(webViewHelper.webView()->mainFrame());
|
|
|
| - frame->document().setIsTransitionDocument();
|
| + frame->document().setIsTransitionDocument(true);
|
|
|
| std::string markup("<div id='foo'></div><script>document.getElementById('foo').setAttribute('dir', 'rtl')</script>");
|
| frame->navigateToSandboxedMarkup(WebData(markup.data(), markup.length()));
|
|
|