Index: third_party/libwebp/utils/thread.h |
diff --git a/third_party/libwebp/utils/thread.h b/third_party/libwebp/utils/thread.h |
index 7bd451b124ae3b81596abfbcc823e3cb129d3a38..840831185502d42a3246e4b7ff870121c8064791 100644 |
--- a/third_party/libwebp/utils/thread.h |
+++ b/third_party/libwebp/utils/thread.h |
@@ -79,7 +79,7 @@ typedef struct { |
// is safe to free the corresponding memory after this call. This function is |
// not thread-safe. Return false in case of invalid pointer or methods. |
WEBP_EXTERN(int) WebPSetWorkerInterface( |
- const WebPWorkerInterface* const interface); |
+ const WebPWorkerInterface* const winterface); |
// Retrieve the currently set thread worker interface. |
WEBP_EXTERN(const WebPWorkerInterface*) WebPGetWorkerInterface(void); |