 Chromium Code Reviews
 Chromium Code Reviews Issue 2038323002:
  [interpreter] Filter expression positions at source.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0060-source-position-testing
    
  
    Issue 2038323002:
  [interpreter] Filter expression positions at source.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0060-source-position-testing| Index: src/interpreter/bytecode-pipeline.h | 
| diff --git a/src/interpreter/bytecode-pipeline.h b/src/interpreter/bytecode-pipeline.h | 
| index 9d497cd305711fe2bb48b4c3ab483607dca23685..c94faca2e5e4fb3b227e4bce5814cf7fce0e6539 100644 | 
| --- a/src/interpreter/bytecode-pipeline.h | 
| +++ b/src/interpreter/bytecode-pipeline.h | 
| @@ -84,8 +84,6 @@ class BytecodeSourceInfo final { | 
| private: | 
| int source_position_; | 
| bool is_statement_; | 
| - | 
| - DISALLOW_COPY_AND_ASSIGN(BytecodeSourceInfo); | 
| 
rmcilroy
2016/06/07 10:21:41
I don't think you need to remove this.
 
oth
2016/06/08 09:19:41
The code assigns to a BytecodeSourceInfo in Attach
 | 
| }; | 
| // A container for a generated bytecode, it's operands, and source information. |