| Index: third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h
 | 
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h b/third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h
 | 
| index 6d6ca129f4e07b6110b474e6c9d90b1073c3d026..758d67e174df9845ee47ce3e9ddf9bdc95a57a34 100644
 | 
| --- a/third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h
 | 
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h
 | 
| @@ -37,11 +37,7 @@ namespace blink {
 | 
|  typedef IntRectOutsets FilterOutsets;
 | 
|  
 | 
|  class PLATFORM_EXPORT FilterOperations {
 | 
| -#if ENABLE(OILPAN)
 | 
|      DISALLOW_NEW();
 | 
| -#else
 | 
| -    USING_FAST_MALLOC(FilterOperations);
 | 
| -#endif
 | 
|  public:
 | 
|      FilterOperations();
 | 
|      FilterOperations(const FilterOperations& other) { *this = other; }
 | 
| @@ -84,7 +80,6 @@ private:
 | 
|      FilterOperationVector m_operations;
 | 
|  };
 | 
|  
 | 
| -#if ENABLE(OILPAN)
 | 
|  // Wrapper object for the FilterOperations part object.
 | 
|  class FilterOperationsWrapper : public GarbageCollected<FilterOperationsWrapper> {
 | 
|  public:
 | 
| @@ -114,7 +109,6 @@ private:
 | 
|  
 | 
|      FilterOperations m_operations;
 | 
|  };
 | 
| -#endif
 | 
|  
 | 
|  } // namespace blink
 | 
|  
 | 
| 
 |