Index: src/string-stream.h |
diff --git a/src/string-stream.h b/src/string-stream.h |
index 323a6d6633cb330b69bce76782424eba8fd33014..b0667c94e70083cf5c08eef68f346649ef5a5da1 100644 |
--- a/src/string-stream.h |
+++ b/src/string-stream.h |
@@ -105,6 +105,7 @@ class FmtElm { |
Object* u_obj_; |
Object** u_handle_; |
void* u_pointer_; |
+ int64_t u_long_; |
Kevin Millikin (Chromium)
2009/10/14 08:17:06
Why this change? Doesn't it need a corresponding
Lasse Reichstein
2009/10/14 08:49:52
Well spotted. I started adding a long type, but dr
|
} data_; |
}; |