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

Unified Diff: src/factory.h

Issue 253513004: Fix for a GC-stress failures after r20987. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 | src/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 1e40ccd6e901a8375d534ed0ec63046806175732..041c9869756ffe48d9373b8ed6a12bd82aceb27e 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -160,9 +160,8 @@ class Factory V8_FINAL {
Vector<const uc16> str,
uint32_t hash_field);
- template<typename T>
MUST_USE_RESULT Handle<String> NewInternalizedStringImpl(
- T t, int chars, uint32_t hash_field);
+ Handle<String> string, int chars, uint32_t hash_field);
// Compute the matching internalized string map for a string if possible.
// Empty handle is returned if string is in new space or not flattened.
« no previous file with comments | « no previous file | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698