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

Unified Diff: Tools/Scripts/check-for-global-initializers

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/web/tests/data/subtree-layout.html ('k') | Tools/Scripts/parse-malloc-history » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/check-for-global-initializers
diff --git a/Tools/Scripts/check-for-global-initializers b/Tools/Scripts/check-for-global-initializers
index 4de9f2f95af66cfec68985e5ce7fa5826d7312e5..dc46541b97b980e1bdec0fafc763faedff8b1561 100755
--- a/Tools/Scripts/check-for-global-initializers
+++ b/Tools/Scripts/check-for-global-initializers
@@ -115,7 +115,7 @@ for my $file (sort @files) {
next if $shortName eq "Node.o";
next if $shortName eq "Page.o";
next if $shortName eq "Range.o";
- next if $shortName eq "RenderObject.o";
+ next if $shortName eq "LayoutObject.o";
next if $shortName eq "SVGElementInstance.o";
next if $shortName eq "SubresourceLoader.o";
next if $shortName eq "XMLHttpRequest.o";
« no previous file with comments | « Source/web/tests/data/subtree-layout.html ('k') | Tools/Scripts/parse-malloc-history » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698