Chromium Code Reviews| Index: include/v8.h |
| diff --git a/include/v8.h b/include/v8.h |
| index 7f4ebebcd2cd40ae5252925c55df703813a19d70..4215af821b23943d85dad67a6b52e3d0ce7c0734 100644 |
| --- a/include/v8.h |
| +++ b/include/v8.h |
| @@ -2192,6 +2192,8 @@ class V8_EXPORT String : public Name { |
| public: |
| virtual ~ExternalStringResourceBase() {} |
| + virtual bool isCompressible() const { return false; } |
|
Yang
2015/12/17 11:41:53
Naming convention would name this "IsCompressible"
hajimehoshi
2016/01/05 08:07:44
Done.
|
| + |
| protected: |
| ExternalStringResourceBase() {} |