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

Unified Diff: Source/core/html/HTMLViewSourceDocument.h

Issue 28033004: [oilpan] Remove a couple of Persistents that are no longer needed. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 2 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 | « no previous file | Source/core/html/HTMLViewSourceDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLViewSourceDocument.h
diff --git a/Source/core/html/HTMLViewSourceDocument.h b/Source/core/html/HTMLViewSourceDocument.h
index e0c20dc870c919814dcf9b53cd2258f56b61530f..810b0d93d6f72595bc1f515fd19b54129f359123 100644
--- a/Source/core/html/HTMLViewSourceDocument.h
+++ b/Source/core/html/HTMLViewSourceDocument.h
@@ -66,8 +66,8 @@ private:
String m_type;
Member<Element> m_current;
- Persistent<HTMLTableSectionElement> m_tbody;
- Persistent<HTMLTableCellElement> m_td;
+ Member<HTMLTableSectionElement> m_tbody;
+ Member<HTMLTableCellElement> m_td;
};
}
« no previous file with comments | « no previous file | Source/core/html/HTMLViewSourceDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698