Title: [241331] trunk/Source/WebCore
Revision
241331
Author
[email protected]
Date
2019-02-12 17:05:43 -0800 (Tue, 12 Feb 2019)

Log Message

Build fix after r241320
https://bugs.webkit.org/show_bug.cgi?id=194271

* page/Frame.cpp:
(WebCore::Frame::requestDOMPasteAccess):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (241330 => 241331)


--- trunk/Source/WebCore/ChangeLog	2019-02-13 01:01:59 UTC (rev 241330)
+++ trunk/Source/WebCore/ChangeLog	2019-02-13 01:05:43 UTC (rev 241331)
@@ -1,3 +1,11 @@
+2019-02-12  Alex Christensen  <[email protected]>
+
+        Build fix after r241320
+        https://bugs.webkit.org/show_bug.cgi?id=194271
+
+        * page/Frame.cpp:
+        (WebCore::Frame::requestDOMPasteAccess):
+
 2019-02-12  Justin Fan  <[email protected]>
 
         [WebGPU] Remove WebGPUBufferDescriptor/Usage and use GPU versions

Modified: trunk/Source/WebCore/page/Frame.cpp (241330 => 241331)


--- trunk/Source/WebCore/page/Frame.cpp	2019-02-13 01:01:59 UTC (rev 241330)
+++ trunk/Source/WebCore/page/Frame.cpp	2019-02-13 01:05:43 UTC (rev 241331)
@@ -686,6 +686,9 @@
         return granted;
     }
     }
+
+    ASSERT_NOT_REACHED();
+    return false;
 }
 
 void Frame::setPrinting(bool printing, const FloatSize& pageSize, const FloatSize& originalPageSize, float maximumShrinkRatio, AdjustViewSizeOrNot shouldAdjustViewSize)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to