Index: third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp |
diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp |
index ebd719ccfbf271d1fd30e984d44fb31548843b1f..bd93a4fe39dfbfe1b0e0ed6c66f4c0b2b2497dc3 100644 |
--- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp |
+++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp |
@@ -166,7 +166,7 @@ ScriptPromise ImageCapture::setOptions(ScriptState* scriptState, const PhotoSett |
settings->has_red_eye_reduction = photoSettings.hasRedEyeReduction(); |
if (settings->has_red_eye_reduction) |
settings->red_eye_reduction = photoSettings.redEyeReduction(); |
- settings->has_fill_light_mode = photoSettings.hasExposureMode(); |
+ settings->has_fill_light_mode = photoSettings.hasFillLightMode(); |
if (settings->has_fill_light_mode) |
settings->fill_light_mode = parseFillLightMode(photoSettings.fillLightMode()); |
if (photoSettings.hasPointsOfInterest()) { |