Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html

Issue 977113003: Rename renderer() to layoutObject(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to master Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html
diff --git a/LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html b/LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html
index ce84dbbbb38ff9d50de578bd672ef4da44289e99..5e5cc8c7c5554962cfc994065c11b6bbe62553ae 100644
--- a/LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html
+++ b/LayoutTests/fast/css-generated-content/quote-layout-focus-crash.html
@@ -14,7 +14,7 @@
}
</style>
-<p>Bug 109616 - ASSERT(!renderer()->needsLayout()) when calling Element::focus() with generated content</p>
+<p>Bug 109616 - ASSERT(!layoutObject()->needsLayout()) when calling Element::focus() with generated content</p>
<!--
This is testing a case where LayoutQuote::updateDepth would mark the LayoutQuote

Powered by Google App Engine
This is Rietveld 408576698